HuseyinEce
Programmer
Hi,
I have crosstab report and I’d like to change column header based on one of my field’s value. My field has two values N and Y. I put “if {S_CCO_JOB_STATUS;1.bd} = "Y" then crGreen else crNoColor “ It take only first row value and fills all the columns background with that color. (like if first record value is N then puts crNoColor. If firs record value is Y then puts crGreen.)
How can I fix this problem?
Any help is greatly appreciated,
Thanks
I have crosstab report and I’d like to change column header based on one of my field’s value. My field has two values N and Y. I put “if {S_CCO_JOB_STATUS;1.bd} = "Y" then crGreen else crNoColor “ It take only first row value and fills all the columns background with that color. (like if first record value is N then puts crNoColor. If firs record value is Y then puts crGreen.)
How can I fix this problem?
Any help is greatly appreciated,
Thanks