Hi Experts,
I have a small Doubt to Given Visibility Experssion For a Row In NAV2015 Reports.
Actualy Present i am doing Report Upgradation to Nav2009 R2 to Nav 2015 So in Nav 2009 r2 Sections visibility code is like this
CurrReport.SHOWOUTPUT((CurrReport.TOTALSCAUSEDBY = FIELDNO("Gen. Prod. Posting Group")) AND DetailLevel);
this above code is for one row in section
in nav2015 Rdlc i desinged same row and i have to give this visibility but how can i give this one?
what is totalscausedby?
is it workable in NAV2015?
I reffered below link
https://msdn.microsoft.com/en-us/library/dd301478.aspx
in the above link
IF CurrReport.TOTALSCAUSEDBY = ItemRec.FIELDNO("No.") THEN CurrReport.SHOWOUTPUT(FALSE);
I thinks CurrReport.SHOWOUTPUT we con't Given in NAV2015.
any one help me to Solve this error.......
Thanks,
Ramesh.
*This post is locked for comments