Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to create a Column with Sum on Funds and aggregate it to two fields.
I need to create a 'Resultant Column' which is a Sum(Funds) aggregated on Date and Cat fields.
Hi
You can try TOTAL qualifier with discription of fields which you need to include in aggregation. The TOTAL qualifier may be followed by a list of one or more field names within angle brackets <YourField>. These field names should be a subset of the chart dimension variables.
For example:
SUM(TOTAL<[Giver],[Cat]> Funds)
Hi
You can try TOTAL qualifier with discription of fields which you need to include in aggregation. The TOTAL qualifier may be followed by a list of one or more field names within angle brackets <YourField>. These field names should be a subset of the chart dimension variables.
For example:
SUM(TOTAL<[Giver],[Cat]> Funds)
@segador_ Perfect. Thanks