Start a new topic

How to isolate via line attributes - Optional with Exclusive Group

I would like to create a Detail Section in a report that allows me to change the font of the optional lines/items that are members of an exclusive group. I can filter the optional lines with .if.&lineattributeoption.or.documentitems->&lineattributeselectedoption, but what variable can I use to allow me to only display or identify the exclusive group of the optional line if any?


DocumentItems->ExclusiveOptionGroup is the field you'll be interested in.


Something like: DocumentItems->ExclusiveOptionGroup<>""


1 person likes this

It worked! Thank you.

Login or Signup to post a comment