I am having problem in Column Visibility in Report.I want a column visible dynamically based on field of same column.In customer trail balance report added a new column currency code.So for a particular date if this column has currency code value then column will be visible, otherwise will be hidden.
I tried -Write code in OnAfterGetRecord-IF "Cust. Ledger Entry"."Currency Code"<>' ' THEN
Visibility:=TRUE;
and in Layout,in column Visibility property-=if(Fields!Visibility.Value=true,true,false)
but not getting results.
plzz help anyone.
Thanks All in advance.
0
Answers
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
thanks!!!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!