Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please find my attached QVW which explains my req.
Thanks
I am working with personal edition of QlikView, would you be able to explain your requirement here itself (may be with screenshots)?
Best,
Sunny
Hi,
I have a list box A and users should be able to add the values into other list box B up on selections made on first list box A.
List box B should appear same as List box A.
I tried using edit option in List box B (getfieldselections(List box A filed name) but values are adding horizontally separated by comma, but i want values to be added vertically and should appear same as in List box A.
Thanks
Hi sunindia,
Screenshot and script attached.
regards
Marco
LOAD * Inline [
Lead, Assoc
John, XXX
John, YYY
John,ZZZ
John,UUU
Sam,PPP
Sam,lll
Sam,HHH
Reynold,MMM
Reynold,NNN
Reynold,OOO
Reynold,RRR];
Hi,
one solution could be:
hope this helps
regards
Marco
Hi,
I have a question and can you please help me ?
Can we add values from multiple list boxes on selection in to other list box?
Ex: On selecting values form list box A and list box B in to list box C .
Thanks
And then what do you want to do with these listbox C - what is the aim? For displaying selected values you could use a current selection box or a textbox with = getcurrentselections().
- Marcus
Thanks for reply,
We don't want to show selected values in current selection box. Users should unselected selected values so it is not possible in text box but only in list box.
I just posted something on scoping selections that you may find useful for your question.
Scoping Selections with Aggr() | Qlikview Cookbook
-Rob