Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to have multiple conditions in a running total field but am getting the following error: the remaining text does not appear to be part of the formula

{GfCmps_1.GfCmps_1_Campaign_ID}=("19UNR" to "19UNRW")
{Gf.Gf_Type} in ("Cash", "MG Pay-Cash", "MG Pay-Other")


What I have tried:

I can get it to work with one condition but as soon as I add another it gives me the error message
Posted
Updated 16-Aug-19 4:57am

Never heard of "conditions in running totals".

"Conditions" are applied at the "detail level"; either in the report, or by "screening" the input data in the first place.

Or, by designing appropriate "control breaks" / groups / sub-totals.

The rest is expecting too much of a "report writer".
 
Share this answer
 
It's a formula within the running total field. I figured it out - added an AND to the end of first line. Works perfect now!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900