Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Can you please elaborate little more? If possible, please provide sample data...
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?
Hi,
see this post Use trigger to select values in one field based on values in another
Hope it helps!
André
can you post some screen shot of what you get
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.
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?
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.
range of expression values