Announcements
No record found.
In Report Builder, you can add a Row Visibility Expression for the detail row:
Right-click the detail row → Row Visibility → Show or hide based on an expression
Use an expression like this: (=IIF(Fields!Quantity.Value > 0 OR Fields!LineType.Value = 0, False, True))
02. Modify the Dataset in AL (if needed)
Add a calculated field that evaluates: (ShowLine := (Quantity > 0) OR (LineType = 0);)
and pass this to ms report builder Then filter rows in the report based on ShowLine = TRUE.
ShowLine = TRUE.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,005 Super User 2026 Season 1
YUN ZHU 1,148 Super User 2026 Season 1
Khushbu Rajvi. 557 Super User 2026 Season 1