By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
May 11, 2017 3:32 am
Hi Everyone,
I have a report where I restrict the columns by a specific Branch.
I'd like to add a row that includes ALL branches, in other words, this row would disregard the column restriction.
Is it possible?
2 Replies
May 11, 2017 3:34 am
Hi Beaker,
Not pretty, but what about something like this in the Value field of the Column Set?
=IIf(@RowCode='0102',C+D,C)
Acumatica Version 6.10.0472 used when composing this response
May 11, 2017 3:35 am
Thanks much for the response. Looks like a viable solution, I’ll give it a try.