I've created a cross tab that uses a formula for the column headers. When I had to edit the formula, it didn't update the formula automatically so I removed the column and added it back in. Now it doesn't want to let me do a specific order. Any ideas?
My formula is:
@RefDecode
if {Command.REFID} = 1 then 'Feasibility Reviews'
else if {Command.REFID} = 2 then 'HPA'
else if {Command.REFID} = 3 then 'Database Search'
else if {Command.REFID} = 4 then 'Letter of Findings'
else if {Command.REFID} = 5 then 'PIA Letters'
else if {Command.REFID} = 6 then 'Plan Distributions'
else 'Check'
The changes that I made was shorting the literals such as Letter of Findings went to LOF.
I tried to refresh and while that runs the report again, it didn't update the formula in the crosstab column.
Thanks
lhuffst
My formula is:
@RefDecode
if {Command.REFID} = 1 then 'Feasibility Reviews'
else if {Command.REFID} = 2 then 'HPA'
else if {Command.REFID} = 3 then 'Database Search'
else if {Command.REFID} = 4 then 'Letter of Findings'
else if {Command.REFID} = 5 then 'PIA Letters'
else if {Command.REFID} = 6 then 'Plan Distributions'
else 'Check'
The changes that I made was shorting the literals such as Letter of Findings went to LOF.
I tried to refresh and while that runs the report again, it didn't update the formula in the crosstab column.
Thanks
lhuffst