Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:What Is difference?

Hi all,

What is the main differnce of

GetFieldSelection() and  GetCurrenSelection()

Can anyone explain with example?

Thanks in advance

suresh

1 Solution

Accepted Solutions
sunny_talwar

GetFieldSelections() gives the field selections of one specific field you put in three. Whereas GetCurrentSelections will give you selections from all non-hidden fields in your application

here is an example for you:

Capture.PNG

View solution in original post

5 Replies
sunny_talwar

GetFieldSelections() gives the field selections of one specific field you put in three. Whereas GetCurrentSelections will give you selections from all non-hidden fields in your application

here is an example for you:

Capture.PNG

Anonymous
Not applicable

The QV Desktop gives good descriptions of all QV functions, most often with examples.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

GetCurrentSelections() returns the list of fields and their selected values.

GetFieldSelections(field) returns the list of selected values for the specified field

cheers,

Oleg Troyansky

Upgrade your Qlik skills at the Masters Summit for Qlik - coming soon to Milan, Italy and Austin, TX!

ElizaF
Creator II
Creator II

About GetFieldSelection () you can find more information atlink:

Missing Manual - GetFieldSelections() + Bonus Example

Chanty4u
MVP
MVP
Author

nice sunny....simple and smart explnation. cheers again.