Hello All,
I’m trying to use crBold in a Cross-Tab formula and it’s just not working!!!
The formula I want to conditionally bold is a row in the cross-tab:
On X-2 button for ‘Style’ I have this formula:
If {table.Field1} IN ["value1"," value2"," value3"," value4"] Then crBold else crRegular
If I put the @RowFormula in a non Cross-Tab report and use the conditional Bold formula it works just fine. But, in the cross-tab it does not.
I would appreciate any/all help or suggestions with this!
Thanks,
- Tom
I’m trying to use crBold in a Cross-Tab formula and it’s just not working!!!
The formula I want to conditionally bold is a row in the cross-tab:
Code:
@RowFormula:
If {table.Field1} IN ["value1"," value2"," value3"," value4"] Then “-“ & {table.Field1}Else
If {table.Field1} = “Other” Then “--“ & {table.Field1} Else “---“ & {table.Field1}
On X-2 button for ‘Style’ I have this formula:
If {table.Field1} IN ["value1"," value2"," value3"," value4"] Then crBold else crRegular
If I put the @RowFormula in a non Cross-Tab report and use the conditional Bold formula it works just fine. But, in the cross-tab it does not.
I would appreciate any/all help or suggestions with this!
Thanks,
- Tom