how can i put currency code field visible true or false in report

i want to currency code visible true or false in my report. when customer will fitler by currency code. it will not show currency code field in report and when customer will not filter by currency code, it will show currency code field in report.

You can create 2 sections…one with currency code and one without…

based on the filter you have to show one of them…

thanks

Welcome [:)]

Thats a lot of work to do somethign simple.

Why not just put some code like

IF CurrHasFilter then

Currency.Code := ‘’;