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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewaf
Creator
Creator

Day appears only if Quarter Selected

hi,

i have 2 field (day and Quarter) - i would like to show Days, only if the Quarter have been selected.

I can setup the conditional on the "Days", but which formula can be used?
Thank you!

2 Replies
maxgro
MVP
MVP

field or listbox?

maybe with the getselectedcount function

GetSelectedCount ‒ QlikView

GetSelectedCount(Quarter)

Anonymous
Not applicable

What Massimo said.

getselectedcount(Quarter)=1

or

getpossiblecount(Quarter)=1