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

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

Field event trigger issue

I am using straight table.I want to show other some expression  table on selction of particular expression value.

I have tried event on field which mentinde in expression. But it's not working.

8 Replies
MK_QSL
MVP
MVP

Can you please elaborate little more? If possible, please provide sample data...

Anonymous
Not applicable
Author

I have created a stright table with dim as Country and expression is sum(Sales).

Now I have added 2 triggers one on selection of country and selction on sales.

But both time trigger of country get fired but trigger on Sales is not working.

I don't understand why on click of sales pearticular trigger don't  get fire?Can't we fire trigger on expression?

agomes1971
Specialist II
Specialist II

arulsettu
Master III
Master III

can you post some screen shot of what you get

JonnyPoole
Former Employee
Former Employee

Hi , add a 'current selections' box to your dashboard .  Then click anywhere in your straight table. You will notice that all the DIMENSION values in the row that you selected are added to current selections....but not any of the expressions (in your case Sales).  So this will not work. 

So ...what exactly do you want to occur when selecting a row in the straight table ? Perhaps there is an alternative.

Anonymous
Not applicable
Author

I want to add diffrents drill down(Show other table at more detail level) on click on particular column.So it's mostly column base not row.

Even I want to remove default filter event which occurs on click, is it possible?

JonnyPoole
Former Employee
Former Employee

in answer to your 2nd question, you can check 'Read only' on the straight Table chart properties (general tab). Then no click will apply a filter.

At that point, you could also overlay a 100% transparent text box over the chart and assign an action to the text box. Technically its possible to size a few list boxes in this way (1 over each field) to do something (like set a varaible and show a chart or a sheet)

But what exactly is the column filter you want to pass ?  a range of expression values ? set of dimension values ?  i'm not clear.

Anonymous
Not applicable
Author

range of expression values