Hi All,
I have report a with two parameter values to be enter by the user.
1) type:
2) accounts:
accounts parameter can be left empty by the user(no values enter) which would take for values which falls for that Type parameters.
Report works fine. But Iam facing trouble witht the Report header. In the above case the report header show the 1st value only as a header. But what if I want to show all the account values which fall under the same Type
parameter)
say for eg:
if Type : FinACC
then Accounts are 100,300,350,500,900
and say the user didn't enter the value for Accounts(parameter) then my report show details for all these accounts(100,300,350,500,900)for the Type= FinAcc(parameter)
But in the report header it shows as
100 report
how can i show it as
100,300,350,500,900 report
I tried using the join function but it gives error.
Any help is greatly appericated..
Thanks,
Sweetie
I have report a with two parameter values to be enter by the user.
1) type:
2) accounts:
accounts parameter can be left empty by the user(no values enter) which would take for values which falls for that Type parameters.
Report works fine. But Iam facing trouble witht the Report header. In the above case the report header show the 1st value only as a header. But what if I want to show all the account values which fall under the same Type
say for eg:
if Type : FinACC
then Accounts are 100,300,350,500,900
and say the user didn't enter the value for Accounts(parameter) then my report show details for all these accounts(100,300,350,500,900)for the Type= FinAcc(parameter)
But in the report header it shows as
100 report
how can i show it as
100,300,350,500,900 report
I tried using the join function but it gives error.
Any help is greatly appericated..
Thanks,
Sweetie