I am currently on the section of learning “Formulas in Inquiry Results: To Highlight Row with Color” in the Data Retrieval and Analysis, using DB6-ARInvoicesMemos. The instructions state to use the Row Style box, etc. The formula for highlight certain rows that have a balance > 1000 will be highligted yellow and anything less than that is default.
The formula is =IIF([ARInvoice.CuryDocBal]>1000, ‘yellow’, ‘default’). The formula that I have in the Row Style box exactly matches that and it passes validation, but any balance that is over 1000 is not being highlighted. The formula is directly out of the pdf by the same name, Data Retrieval and Analysis. In SSRS there are alternate ways to do the coding like using the =SWITCH function, so at this point I’m not sure of what may be going on.