Hello, I wrote a GI for our company to hightlight the lines using the below formula:
Â
=IIF(=ARTran.Qty]>]INSiteStatus.QtyOnHand],'orange40','default')
Â
It works OK. However, you see, we are having 36 pages,
And if the management team would like to view the on hand qty below period usage qty lines,
he have to click 35 times to view all pages.
Is there a way to filter out the lines by the highlight colors?
Â
I am thinking out add a new column with value :Â
ARTran.Qty]-aINSiteStatus.QtyOnHand]
However HARTran.Qty] should by SUM
while This column won’t get the expected result. Any suggestions?