Dashboards & Analytics Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Force a null value?

I am looking for the ability to force a null value from an if() function. Here is the example:int(    if(        isAlpha(            desktop.PCAgeReference.Estimated_Age        ),         0,  <-- This is where I want to return NULL        abs(       ...