Has anyone been able to have multiple visible expressions at once? I cannot get mine to work.
I have two I want to combine on the details section of a report:
1) Color coding every other line: =[$LineNbr] % 2 = 0 or in the second detail section it would be =[$LineNbr] % 2 = 1
- I have a Note section. It should only show if there is a note. If not then do not show: = ([LineNote.NoteText]<>Null And [LineNote.NoteText]<>'')
How can I combine the two to make it work where it will color code if there is a note line, else the line does not show at all.
