Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sum( {1< Manufacturer = >}Total <[Calendar Year]> [Total Sales])
How do I get the above formula to change based on the field in the Cycle Group? The below wont work.
sum( {1< Manufacturer = >}Total <GetCurrentField(InvCycDate)> [Total Sales])
try [cyclegroup] as:
sum( {1< Manufacturer = >}Total <[GetCurrentField(InvCycDate)]> [Total Sales])