Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I'm wondering whether it is possible to do activate a pop-up after clicking on a value in a table.
Imagine, I run this program:
Comments:
LOAD * INLINE [
PO, Description,
1, Not reported due to avaliability,
2, Inclined
];
Production:
LOAD * INLINE [
PO, Production,
1,1000,
2,5000,
6,1000,
8,9000
];
I get this result (detached table) Production.
I want to click on e.g. value = 2 in column PO and then a pop-up should appear with the text:
"Inclined". Press on value 1 and the pop-up text should be "Not reported due to availability"
I suppose it should be solved by macro, correct?
How can I solve this?
Thanks and best regards,
Cornelis
Hi Christian,
I'm uploading a QVW based on your solution.
Best regards,
Rubén.
Hi Cornelis
you may just create a text object with the field Description and use the conditional display to show it under condition
count(distinct PO)=1
it will display only if you select 1 value. It can be 1, 2 or whatever
best regards
chris
You can create the text object to show the Pop-Up's. But it all depends on how the user make selections.
Hi Christian,
I'm uploading a QVW based on your solution.
Best regards,
Rubén.
Hi Ruben
that's right.
IT is what i do when i need to display details only for 1 customer (or provider or employee or whatever)
best regards
chris
Hi Christian,
Thank you for your contribution.Use of Text object is a good idea.
I have just put count(distinct PO)=1 in Text Object properties
what is then the next step?
Could you please clarify a bit more?
Thanks and best reagrds,
Cornelis
Interesting, however, I'm not able to test your fiel since I need to order QV license.