Hi, I have a cross tab query which is displaying ingredients on rows, allergens on columns and then counting the ingredients containing the allergens in the cells.
So basically is is saying for x ingredient it contains x ingredients of allergen type x.
For the sake of allowing users to filter a list created by the crosstab i'd like for them to simply be able to say, Y or N (i.e. show ingredients containing Gluten Y/N).
So is there a way within the crosstab query to replace any value of "1" or above with a Y and every null value with a N?
Cheers
So basically is is saying for x ingredient it contains x ingredients of allergen type x.
For the sake of allowing users to filter a list created by the crosstab i'd like for them to simply be able to say, Y or N (i.e. show ingredients containing Gluten Y/N).
So is there a way within the crosstab query to replace any value of "1" or above with a Y and every null value with a N?
Cheers