Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: 2016 Reports - Show or hide row groups

$
0
0
If you are making the report in VS, I've used a formula in the row visibility in order to hide it if it meets certain criteria. For example: =IIF(Fields!Type.Value like "PR*" OR Fields!ItemId.Value like "*C" OR Fields!ItemId.Value like "",True,False) The last part of that equation in if ItemID is empty so hopefully that is what you are looking for. If you need help finding where to put that in your report, let me know.

Viewing all articles
Browse latest Browse all 11285

Trending Articles