I have rather interesting task.
My field consist of values
Dog
Cat
Bird
Fish
NULL
Snake
Bee
I need to get Header on my report which will look like following:
If Values="Bird" then "Bird"
If Value="Snake" or "Fish" then "Other"
If Value = "Dog" or "Cat" or "Bird" or "Snake" or "Bee" or IsNull then header should say "ALL"
Seems easy but I can't wrap my brain around it.
My field consist of values
Dog
Cat
Bird
Fish
NULL
Snake
Bee
I need to get Header on my report which will look like following:
If Values="Bird" then "Bird"
If Value="Snake" or "Fish" then "Other"
If Value = "Dog" or "Cat" or "Bird" or "Snake" or "Bee" or IsNull then header should say "ALL"
Seems easy but I can't wrap my brain around it.