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: 
qlikviewwizard
Master II
Master II

Multiple selections and default selection

PRODUCT values are two, P1 and P2.

Please explain the below two expressions.

=GetFieldSelections([YEAR]) = '2015' and  GetPossibleCount(PRODUCT) = 2

=GetFieldSelections([YEAR]) = '2015' and  GetPossibleCount(YEAR) = 1 and PRODUCT = 'P1'

1 Solution

Accepted Solutions
simsondevadoss
Partner - Creator III
Partner - Creator III

Explanation:

1. User selects Year as 2015 and there is two product selections

2. User selects Year as 2015 , there is one year selection and only if product P1 is selected

View solution in original post

1 Reply
simsondevadoss
Partner - Creator III
Partner - Creator III

Explanation:

1. User selects Year as 2015 and there is two product selections

2. User selects Year as 2015 , there is one year selection and only if product P1 is selected