Hi:
I'm trying to create a GI of Invoiced Items, but I want to separate the items by an attribute. The GI is going to be summarized by Sales Rep and the Sales would be in 3 Columns. Attribute1 Value1, Attribute1 Value2 and Attribute1 Value 3.
I create a formula like: =IIf( [InventoryItem.COMI_Attributes]='VO5', [ARTran.ExtPrice], 0.00), it validates.
but when I run the GI I got this error.
Error: The virtual field COMI_Attributes cannot be used in a condition expression.
How can I get my GI to work.
Thanks
Jesus.