DJWheezyWeez
Technical User
This is a strange issue that I feel like there is a solution to but I can't figure out how to do it.
In my main report, I have 4 different sub reports, each of them with a variable to hold some piece of information. In the main report, I have a formula that essentially creates one string by putting them all together, Var1 & Var2 & Var3 & Var4. What I'm trying to do is put some kind of text in GF1 alerting the user of multiple unique strings because they SHOULD be the same within each group but if not, this will cause a problem down the road.
My first thought was something like distinctcount({@CustomString}, {GroupOne}) but I'm unable to because {@CustomString} contains variables. Is there some way around using distinctcount while achieving the same result? Or something like a maximum({@CustomString}, {GroupOne}) and minimum({@CustomString}, {GroupOne}) then comparing the two (which also fails because of the variables)?
Any help would be greatly appreciated. Thanks.
In my main report, I have 4 different sub reports, each of them with a variable to hold some piece of information. In the main report, I have a formula that essentially creates one string by putting them all together, Var1 & Var2 & Var3 & Var4. What I'm trying to do is put some kind of text in GF1 alerting the user of multiple unique strings because they SHOULD be the same within each group but if not, this will cause a problem down the road.
My first thought was something like distinctcount({@CustomString}, {GroupOne}) but I'm unable to because {@CustomString} contains variables. Is there some way around using distinctcount while achieving the same result? Or something like a maximum({@CustomString}, {GroupOne}) and minimum({@CustomString}, {GroupOne}) then comparing the two (which also fails because of the variables)?
Any help would be greatly appreciated. Thanks.