Hi all,
I have Broker_Code, AUM and Register_Flag objects in my report. I have created input filter on Register_Flag.
And created variable Cnt Of brokers as :
Cnt Of brokers = count(Broker_Code)In Report
My total broker count is 12050, In which 10000 are registered and 2050 are not registered. When I select 'Y' in Register_Flag I/p control,
it still shows 12050; It should show 10000 and when I select 'N' that time it should show 2050 but it shows 12050.
How can I achieve this....