Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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.
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
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
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
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
Hi,
thanks for the reply.
what should i do to make it work on the server, any setting in the QMC ?
Regards