Hello All,
I need your help in removing the duplicated values from the subreport.
In my main report:
Titles: Deal No Amount %
Group#1 Currency Name (USD)- Select Expert I have chosen (USD, GBP, JPY)
Detials: 555 123456 10%
222 145877 20%
and at the end of Group#1, I have create a subreport which is called Currency
I have imported the same table for having extra fields of information for the users, My subreport looks like:
Group#1 Cuurency Name (USD)- Select Expert I have chosen (USD, GBP, JPY)
Detials: 555 123456 10%
222 145877 20%
The problem is that there is duplicated records in the subreport. However, I want to exclude the Currencies which are shown in the main report from the subreport. My subreport should show the currencies which has not be displayed in the main report.
I tried to create a subreport link and pass Currency.name as a parameter to the subreport {?main_ccy} through sub report link and then in the selected expert, I have added one more line which is
not ({Currency.Name} in [{?main_ccy}]).
When I ran the report, null values will be shown and when I remove this condition, the report will be displayed but, with the repeated group name and data.
Can you please help in solving this...
I need your help in removing the duplicated values from the subreport.
In my main report:
Titles: Deal No Amount %
Group#1 Currency Name (USD)- Select Expert I have chosen (USD, GBP, JPY)
Detials: 555 123456 10%
222 145877 20%
and at the end of Group#1, I have create a subreport which is called Currency
I have imported the same table for having extra fields of information for the users, My subreport looks like:
Group#1 Cuurency Name (USD)- Select Expert I have chosen (USD, GBP, JPY)
Detials: 555 123456 10%
222 145877 20%
The problem is that there is duplicated records in the subreport. However, I want to exclude the Currencies which are shown in the main report from the subreport. My subreport should show the currencies which has not be displayed in the main report.
I tried to create a subreport link and pass Currency.name as a parameter to the subreport {?main_ccy} through sub report link and then in the selected expert, I have added one more line which is
not ({Currency.Name} in [{?main_ccy}]).
When I ran the report, null values will be shown and when I remove this condition, the report will be displayed but, with the repeated group name and data.
Can you please help in solving this...