Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to open a dialog when click a cell in a straight table

Hi, all

There is a requirement as the title said, the dialog is used to add/drop/update comment. The opened dialog include some static information such as the the clicked-cell's dimension and include a input box to input or modify comment. Please help and thanks advanced.

BR/Ting

4 Replies
Anonymous
Not applicable
Author

You can use different objects giving them a similar layout in order to get the idea they are a unique object.

One object could be a text where you can write: GetCurrentSelections(Diemsion_Field_of_straight_table)

The second one could be the input box in which you can insert a variable, i.e vComment: every user can write e text and update this variable (remembre to give it a correct dimension!).

In both objects you have to insert the Show condition, in layout tab,

GetPossibleCount(Diemsion_Field_of_straight_table)=1

KR

Elena

Not applicable
Author

Dear Elena,

Thanks for your reply. I had use the way which is similar as you said. But i want to find another way to deal with it . Seems like this http://qlik.bwiseapplications.no/QvAJAXZfc/opendoc.htm?document=Multi%20field%20writeback.qvw&host=Q...

Thanks again.

BR/Ting

Anonymous
Not applicable
Author

Sorry... I can't open that document.

Maybe a screenshot?

Not applicable
Author

That is a link

Please try this link: qlik.bwiseapplications.no/qlikview/index.htm

And then open the multi field writeback

I think it is what i need.