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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

GetFieldSelections

Hi everybody,

is there any possibility to upgrade the number of fields returned by getfieldselections?

Over 6 fields selected, it gives as a result : <n field selected> of <n fields possible>.

Does it exists a parameter to modify somewhere?

best regards

Chris

1 Solution

Accepted Solutions
shree909
Partner - Specialist II
Partner - Specialist II

Hi

use this  getfieldselections(fieldname,',',8)   instead of   8 u can specify how many  filednames u want to display.....

Thanks

'

View solution in original post

2 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi

use this  getfieldselections(fieldname,',',8)   instead of   8 u can specify how many  filednames u want to display.....

Thanks

'

Not applicable
Author

Well done

Thank you

Chris