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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclud data from a text box

Untitled.png

Hi Guys,

I am running the following report which is pulling data per month and then date.

how can I make the report shows only the dates related to that month in the Day text Box?

Thxs

1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

How do you see the selection in the attached file?

View solution in original post

10 Replies
pover
Partner - Master
Partner - Master

Enable the "Hide excluded values" option in the General tab of the properties window.

Karl

Not applicable
Author

I tried that one but It won't help..

It will exclud them but will keep huge gray space before or after the data depending on the Month.

Like If I click on JUL from the month box, then I see gray space on the day box andf i have to scroll down to view the data

pover
Partner - Master
Partner - Master

Ok.  In the sort tab, enable the "By State" option and change it to "Ascending".

Karl

Not applicable
Author

It didn't help as well..:(

pover
Partner - Master
Partner - Master

That didn't move the possible white values to the beginning and push the excluded gray area below?

Not applicable
Author

Nope!

pover
Partner - Master
Partner - Master

How do you see the selection in the attached file?

Not applicable
Author

Yours is working just fine but it is not working on my report even I have the same setting!

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Try with the below expression

     =ValueList($(=chr(39)&Concat(DISTINCT DayFieldName,chr(39)&',' &chr(39))&chr(39)))

It will work as your need

Celambarasan