Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph

Hi Qlikview Community,

As you can see on the picture It was sorted in Descending order, is it possible not to include on the graph those who has Penalty?

can you give me some tips an tricks on Qlikview?
Thanks in Advance QC

Untitled.png

1 Solution

Accepted Solutions
aveeeeeee7en
Specialist III
Specialist III

Hi

Try this Expression:

Sum({<penalty={"<=0"}>}[curr-assess])

The Result:

Graph Image.png

Also, see the Attachment.

Regards

Av7eN

View solution in original post

8 Replies
Chanty4u
MVP
MVP

hi

you can diable that dimension .that wil not appear.

and u can arrange dem in sort tab either ascending or descending.

or else u can use Getfield selection('Field',0)

hope this helps u

Thank u

Suresh

Not applicable
Author

Hi suri qv,

can you teach me how does Getfield selection('Field',0) work? where do i put that syntax ni Qlikview?

and I think disabling the means I need to unchecked the Enable checkbox  in Expression? is that what are you telling me to do sir?

Thanks for comment by the way sir

aveeeeeee7en
Specialist III
Specialist III

Hi

Try this Expression:

Sum({<penalty={"<=0"}>}[curr-assess])

The Result:

Graph Image.png

Also, see the Attachment.

Regards

Av7eN

Not applicable
Author

Hi sir Av7eN,

Where am I going to put the expression you give to me? Is it in [curr-assess] or in penalty? It seems you got the it right sir.

Thanks sir

aveeeeeee7en
Specialist III
Specialist III

You share me your expressions

aveeeeeee7en
Specialist III
Specialist III

No need of showing Penalty Expression if you don't want to show Penalty Amount.

Because The Bar is not generated for Zero Amount.

Show only 1 Expression for [curr-assess]: Sum({<penalty={"<=0"}>}[curr-assess])

It will exclude the Penalty Amount.

Regards

Av7eN


Not applicable
Author

the expression that i use is [curr-assess] and penalty only.

where i will put this 'Sum({<penalty={"<=0"}>}[curr-assess])' sir?

Not applicable
Author

Got it sir, Thanks