I have two formulas that seem like they should work, but have something wrong. I'm guessing it's a syntax problem, but can't for the life of me figure it out.
This one doesn't give me an error, its just blank:
=Count("[QueryName]![QueryField]='String'")
This one gives me an Error. It's supposed to calculate a percentage. [ReportField] is working properly:
=[ReportField]/Sum([QueryName]![QueryField])
Thanks in advance!
This one doesn't give me an error, its just blank:
=Count("[QueryName]![QueryField]='String'")
This one gives me an Error. It's supposed to calculate a percentage. [ReportField] is working properly:
=[ReportField]/Sum([QueryName]![QueryField])
Thanks in advance!