I’ve successfully setup a color profile form and view column as per the help docs, but I cannot get the colors to work on a condition. I’m using a simple formula:
@if(Item=“T77628”;color1;color2)
(I know the colors work, because I set color1 as the formula result and I get all docs in that color)
The help is confusing when it comes to the conditional formula, in one place it states:
@If (category = “cats”;blue:red ;subcategory = “collars”;pink;subcategory =“leashes”;black:plain;0:0:0);
…so, it uses the normal syntax, but in another place, it says:
@If(dialog =“"giraffe";”+“"”+GiraffeColor+“"”+";
(dialog="koala");“+”"“+KoalaColor+”"“+”;PaleYellow:DkGreen)")
…so it looks like the syntax should have an extra set of quotes for the condition.
Of course, I cannot get either syntax to work. In fact, when I look at my mail db, the profile formula is commented out - so I don’t even have a working reference. Help, please?