Is there any way to conditionally hide a table row in Word Layout as we do in RDLC ?
*This post is locked for comments
Hi,
You can follow the below thread for your problem
community.dynamics.com/.../141211
community.dynamics.com/.../word-layout-reports-data-control-by-c-al
HI SowkarthikaNAV,
I think the only way to do is to exclude it from the dataset. In your C/AL code check the condition and use CurrReport.SKIP.
IF Condition THEN CurrReport.SKIP
Sohail Ahmed
2
mmv
2
Amol Salvi
2