Hi to all,
I`ve got a comprehension problem with cross tables:
I created some formulas whose results should be used as header for rows and columns in a cross tab. But those formulas do not appear in the section of available fields for cross tabs.
Those formulas look like this:
if (Sum({RMX12.ENT1283})<>0 and Sum({RMX12.ENT1273})<>0
then ""
else "personell"
Is the problem maybe the SUM-function?
If yes: Is there any other possibility to find out if one specific entity contains data at least for one record?
Thanks for any kind of help...
I`ve got a comprehension problem with cross tables:
I created some formulas whose results should be used as header for rows and columns in a cross tab. But those formulas do not appear in the section of available fields for cross tabs.
Those formulas look like this:
if (Sum({RMX12.ENT1283})<>0 and Sum({RMX12.ENT1273})<>0
then ""
else "personell"
Is the problem maybe the SUM-function?
If yes: Is there any other possibility to find out if one specific entity contains data at least for one record?
Thanks for any kind of help...