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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Straight Table selection

Hello Community,

In my dashboard i have one straight table,

which includes one dimension as Month and one expression as sales,

On clicking Month other months will get disappear but i want display others also.

Means selected month shows as background green and unselect still visible but with other color.

Please help me guys.

- Thanks and Regards,

Villyee

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

in your expression should look something like

sum({<Month=>}Sales) this will disregard any selections in the month field

in the background expression you should write

if(isnull(Month),gray(),green())

attach is an example

View solution in original post

4 Replies
its_anandrjs
Champion III
Champion III

This is the qlikview functionality that when you select any values in attribute it display green other wise rest are grey.

What is actual problem let me know.

lironbaram
Partner - Master III
Partner - Master III

in your expression should look something like

sum({<Month=>}Sales) this will disregard any selections in the month field

in the background expression you should write

if(isnull(Month),gray(),green())

attach is an example

its_anandrjs
Champion III
Champion III

Use SET Analysis for the straight chart

Sum({<Month>} sales)

sundarakumar
Specialist II
Specialist II

PFA.

Hope this is helpful.

-

sundar