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

How to store the object id's into one variable with dynamically

Hi All,

I have a dashboard, In that dashboard we 10 objects like list box and testbox and chart, If end user click the any object, I want thoseobject  ID's and store into one variable or button. How we will achieve this one

Regards:

Sreeni

3 Replies
whiteline
Master II
Master II

Hi.

There is no OnFocusChange or something like this event in QV to set the action on.

As a simple solution you can put transparent text boxes on top layer over each object.

Then you can use Actions and set the variable.

sreeni_qvd
Creator
Creator
Author

Hi Whiteline ,

Can you please send me sample QVW.

sreeni_qvd
Creator
Creator
Author

Hi Whiteline,

If user select any object in our dashboard, that object id and values will

store into one testbox. How to implement this one.

This is purpose of document chaining. ex: URL&select=LB48,$(VURL)

$(VURL) means= =GetFieldSelections(Year)

For above example, LB48 is the object id, I want to store *object id

dynamically* if user select any object. How to implement this one.

Regards:

Sreeni