Hi,
For the formula: entity\sumRelated(LINK, FIELD, [FILTER]) how can I correctly use the optional filter? I would like to assign a specific field to the filter like "myfield=value" (for an enum)
I've tried creating a filtered report and then using the Report Filter ID within the filter section (entity\sumRelated('opportunities', 'amountConverted', 'reportFilter7c45454545454545'), but this isn't working.
Does anyone have suggestions? I'm not a developer so preferably the solution won't require me going into the code. Thank you!
For the formula: entity\sumRelated(LINK, FIELD, [FILTER]) how can I correctly use the optional filter? I would like to assign a specific field to the filter like "myfield=value" (for an enum)
I've tried creating a filtered report and then using the Report Filter ID within the filter section (entity\sumRelated('opportunities', 'amountConverted', 'reportFilter7c45454545454545'), but this isn't working.
Does anyone have suggestions? I'm not a developer so preferably the solution won't require me going into the code. Thank you!
Comment