Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am getting '--' values in expression values.
I want to eliminate these values. How to do that.
I tried the presentation tab.
Presentation selection:
but still showing as below:
I want to show like below screen:
Please help me.
Thanks in advanc.
Hi,
Can you check this attachment? still if you get the null values, let us know your QV version.
How do you have your data model?
Can you post sample application.
Hi,
Try where clause :
where not isnull(primary Key);
Hope this will help you.
Hi
In that, JOB is dimension or expression. Suppose if its a expression, please use in Dimension.
Please find the attachment. Thank you.
Hi MayilVahanan
Job is a Dimension. Thank you.
Hi,
Can you check this attachment? still if you get the null values, let us know your QV version.
My QV version is this.
But for me it is not working.
=RangeSum(Before(Sum({<Year=, Quarter=, Month=,Date={'>=$(=vStartDate)<=$(=vMaxDate)'}>} SAL), 0, 4))
This expression is giving zero values but not eliminating when I select suppress zero ,suppress missing values.
Please help.