Hi All,
Using CR9. Passing a formula to a subreport and trying to match this formula with part of a column value.
But there is no data returned though each Account.Name has 1 or 2 rows in table. Is my record selection in subreport proper because in 'Show SQL' I do not see this criteria in 'WHERE' clause. Can anyone point me in right direction please.
formula: @ActName
mid({Account.Name},3,10)
Subreport link:
matching @ActName to table.column (Account.Name)
In subreport-> Record selection
mid( {Account.Name},3,5 ) = {?Pm-@ActName}
and mid({Account.Name},1,1) = "S"
thanks
Using CR9. Passing a formula to a subreport and trying to match this formula with part of a column value.
But there is no data returned though each Account.Name has 1 or 2 rows in table. Is my record selection in subreport proper because in 'Show SQL' I do not see this criteria in 'WHERE' clause. Can anyone point me in right direction please.
formula: @ActName
mid({Account.Name},3,10)
Subreport link:
matching @ActName to table.column (Account.Name)
In subreport-> Record selection
mid( {Account.Name},3,5 ) = {?Pm-@ActName}
and mid({Account.Name},1,1) = "S"
thanks