Hi,
This is a weird one.
I have 3 separate crosstabs, row = region and summary = price per size.
Large, Medium, and small.
the formula to get the price in each is like this:
if {@testrange} = 0 then 0
else
if {DeviceList.Size} = "Large" then 95 / {@testrange}
same for medium and small.
The problem arises when I create 3rd crosstab, my second crosstab disappears. The crosstab isn't delete, just all numbers, rows, and border lines disappear.
When I delete the last created crosstab, it will re-appear
Has anyone seen this before?
Thanks,
Andy
This is a weird one.
I have 3 separate crosstabs, row = region and summary = price per size.
Large, Medium, and small.
the formula to get the price in each is like this:
if {@testrange} = 0 then 0
else
if {DeviceList.Size} = "Large" then 95 / {@testrange}
same for medium and small.
The problem arises when I create 3rd crosstab, my second crosstab disappears. The crosstab isn't delete, just all numbers, rows, and border lines disappear.
When I delete the last created crosstab, it will re-appear
Has anyone seen this before?
Thanks,
Andy