Solved
Forum Discussion
Mez
5 months agoQrew Captain
Is this report formula being used in a summary report? What if you use the Case() function instead? Does this produce the desired output?
Case( [Type], "A", "A", "B", "B", "C", "G", "D", "G" )
Is this report formula being used in a summary report? What if you use the Case() function instead? Does this produce the desired output?
Case( [Type], "A", "A", "B", "B", "C", "G", "D", "G" )
Is this report formula being used in a summary report? What if you use the Case() function instead? Does this produce the desired output?
Case( [Type], "A", "A", "B", "B", "C", "G", "D", "G" )