FM
3 years agoNew Contributor III
Cube View Cell Displaying Error Message
Hello,
I have a requirement to display an error message in a cube view if the value of a cell is greater than the absolute value of 1000.
Under the Cell Format I have "If (CellAmount >= 1000) Or (CellAmount <= -1000) Then "
Is this approach correct? Is there an absolute value synthax that I could use?
Also what is the syntax that I can use to display an error message after the conditions are met?
Thank you for your time and best regards.