Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
woshua5550
Creator III
Creator III

Get value from QV to use in Javascript

Hello everyone

    

     let's say i have a field "A"  and i put it on extension object as a demension

     in javascript,i can get a single value with following code

    

     var v = this.Data.Rows[0][0].text

    

     but how can i get multiple value if i select multiple value in field "A" ?

     plz help me    thanks

1 Solution

Accepted Solutions
avinashelite

you can create a variable to store the current selection of the field you want using the

getfieldselection(fieldname,separator)

and you can use the same

View solution in original post

4 Replies
Not applicable

In qlikview you can use getfieldselections(FieldA)

avinashelite

you can create a variable to store the current selection of the field you want using the

getfieldselection(fieldname,separator)

and you can use the same

woshua5550
Creator III
Creator III
Author

thx,

is there a function looks like getfieldpossiblevalue(FlieldA) ?  i want it works even though i am not select

woshua5550
Creator III
Creator III
Author

Thank you !