Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

eliminating - values from the front or through script

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:

presentation.JPG

but still showing as below:

Capture.JPG

I want to show like below screen:

Capture1.JPG

Please help me.

Thanks in advanc.

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Can you check this attachment? still if you get the null values, let us know your QV version.

View solution in original post

11 Replies
Not applicable

How do you have your data model?

Can you post sample application.

Not applicable

Hi,

Try where clause :

where not isnull(primary Key);

Hope this will help you.

MayilVahanan

Hi

In that, JOB is dimension or expression. Suppose if its a expression, please use in Dimension.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
qlikviewwizard
Master II
Master II
Author

kSindhuKannan

Please find the attachment. Thank you.

qlikviewwizard
Master II
Master II
Author

Hi MayilVahanan

Job is a Dimension. Thank you.

settu_periasamy
Master III
Master III

Hi,

Can you check this attachment? still if you get the null values, let us know your QV version.

qlikviewwizard
Master II
Master II
Author

My QV version is this.

Capture.JPG

qlikviewwizard
Master II
Master II
Author

Hi settu_periasamy

But for me it is not working.

qlikviewwizard
Master II
Master II
Author

=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.