...
As it’s in a first version, you first need to install our latest version 5.9 or later Install Upgrade to the latest version.
Navigate to GoMeddo settings, and enable the setting to enable this new way of conflict checking
...
SUM(listofnumbers)
-> yields the sum of all the number in a listSUM(listofrecords, numberfield)
-> yields the sum of all the number fieldsCOUNT(list)
-> yields the number of items in the listMIN(listofrecords, numberfield)
-> yields the lowest number in all of the numberfieldsMIN(listofnumbers)
-> yields the lowest number in a listMAX(listofrecords, numberfield)
-> yields the highest number in all of the numberfieldsMAX(listofnumbers)
-> yields the highest number in a listIsNotAvailable()
→ returns true if in basic availability checking the dimension is not available. Taking into account inheritance and unavailabilities.
You can filter records by using the filter function:
...