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: 
Not applicable

When selecting more than 6 months, current selection box is showing the month not selected

Hi All,

I have attached a applicaion, in which i have created a straight table with some details. When i select first 6 months (Jan till June) the table is showing the details for the selected month. But when i select more than 6 months( example Jan till july) it is showing the month which are not selected. How can i fix this.

Regards,

Gerard

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

The "Current Selections" object is designed to show the selection as compact as possible. So, with 6 values selected it shows "Jan, Feb, Mar, Apr, May, Jun" and with 7 values selected it shows "NOT Aug, Sep, Oct, Nov, Dec". This is the way it should be.

However, you can change the threshold where it toggles over to showing excluded values: Under "Settings- User Preferences" you should change "Max Values in Current Selections".

HIC

View solution in original post

6 Replies
christophebrault
Specialist
Specialist

Hi,

You can fix this in User Preference (Ctrl+Alt+U)\General

Look on the right for search parameters and rise max number of value in active selections.

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
hic
Former Employee
Former Employee

The "Current Selections" object is designed to show the selection as compact as possible. So, with 6 values selected it shows "Jan, Feb, Mar, Apr, May, Jun" and with 7 values selected it shows "NOT Aug, Sep, Oct, Nov, Dec". This is the way it should be.

However, you can change the threshold where it toggles over to showing excluded values: Under "Settings- User Preferences" you should change "Max Values in Current Selections".

HIC

Not applicable
Author

Thanks ,its working. Now i changed the properties and i can able to see the current selection for all the months. Also fixed the issue for the straight table by using conditional expression SubStringCount(GetFieldSelections(Month,',',100),'Jan')>0

Not applicable
Author

Hi henric,

even after changing this setting in user preferences, it works fine at the client side but not on the server.

It still shows 'NOT'. Is this a bug ?

Any help ?

Regards

hic
Former Employee
Former Employee

No, the content of the object is calculated on the server, so it picks up the settings on the server, not on the client.

HIC

Not applicable
Author

Hi,

thanks for the reply.

what should i do to make it work on the server, any setting in the QMC ?

Regards