Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
mcazzin88
Contributor
Contributor

Export Excel

GoodMorning,

i have a problem with export excel of "current selection" about slider object.

In the excel doesn't see the range of value selected, but only the name of selection.

Is possibile see also the range of value?

Thanks

Bye

 

 

 

1 Solution

Accepted Solutions
marcus_sommer

Based the slider on this field or on variables which are the used as conditions within the expressions or as triggers for selections?

Further the number of return-values for the current selection may be too less - it could be set within the user-properties in tab general.

Another possibility why no values are shown could be that the slider makes no direct selection else applies a search-string like: >=MinValue<=MaxValue on the field - whereby applied on a list-box the search-string would be displayed with the current selection box and also by the excel export. But by the slider it may a bit different especially if the slider-values didn't directly match with the field-values - means if the field-values are integers like: 1, 2, 3, 4, ... and the slider-values are now min-value = 1.5 and max-value = 3.1 the selections behind them aren't shown - probably because the used selection-logic/syntax is a bit different to the normal ones and doesn't fit to the display-logic and are therefore discarded. In this case try to change the slider-settings to discrete and/or try to adjust the field-values to the slider-logic/settings.

- Marcus

View solution in original post

1 Reply
marcus_sommer

Based the slider on this field or on variables which are the used as conditions within the expressions or as triggers for selections?

Further the number of return-values for the current selection may be too less - it could be set within the user-properties in tab general.

Another possibility why no values are shown could be that the slider makes no direct selection else applies a search-string like: >=MinValue<=MaxValue on the field - whereby applied on a list-box the search-string would be displayed with the current selection box and also by the excel export. But by the slider it may a bit different especially if the slider-values didn't directly match with the field-values - means if the field-values are integers like: 1, 2, 3, 4, ... and the slider-values are now min-value = 1.5 and max-value = 3.1 the selections behind them aren't shown - probably because the used selection-logic/syntax is a bit different to the normal ones and doesn't fit to the display-logic and are therefore discarded. In this case try to change the slider-settings to discrete and/or try to adjust the field-values to the slider-logic/settings.

- Marcus