I have a report based on a crosstab query.
Row = ProductID
Column= ProductType
Value = Count ProductType
The resulting value will always be null or 1.
In the report, I would like to replace 1 with X. Possible?
In your report field, make your field be conditional statement. So assuming you had a field called txtType2, the formula would be "=iif([type2]=Null,"X",[type2]) petersdaniel@hotmail.com
"If A equals success, then the formula is: A=X+Y+Z. X is work. Y is play. Z is keep your mouth shut." --Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.