Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Friends,
In my organisation, due to some restrictions I am unable to add "Extension" like List Box, Tabs etc from gitHub. Therefore, I am forced to use only Filter Pane.
Now the problem is,
1 - How will I restrict Filter Pane to select one value at a time only, so that it will behave like a list box.
2 - After achieving above goal I need to pass the selected value to a table column.
Please help me. If there is any alternate way around I am happy to know that as well.
Thanks
Taps
You are awesome Javier!
It is working 🙂
Is there any idea how can I pass my selection to any table column? (for my further calculation)
Thanks a lot.
Taps
Hi Friends!
I have find out the solution for my 2nd query like this>>
I create a Measure with following expression, where "Checking_Parameters" is a heading of the Table. This is a stand alone table and not linked with anything. In this table with 3 rows which are used as items of the filter pane (selection properties made to 1 as directed by Javier) - Cost, FTE and Hours.
Measure::
if(Checking_Parameter='Cost',Sum([Number1]),if(Checking_Parameter='FTE',Sum([Number2]),if(CheckingParameter='Hours',Sum([Number3]))))
This is how I pass my selection value to the Table in the expression.
Thanks
Taps
Hi Taps,
You can set your dimension to always have one value selected. Take a look at the attached screenshots.
You are awesome Javier!
It is working 🙂
Is there any idea how can I pass my selection to any table column? (for my further calculation)
Thanks a lot.
Taps
Hi Friends!
I have find out the solution for my 2nd query like this>>
I create a Measure with following expression, where "Checking_Parameters" is a heading of the Table. This is a stand alone table and not linked with anything. In this table with 3 rows which are used as items of the filter pane (selection properties made to 1 as directed by Javier) - Cost, FTE and Hours.
Measure::
if(Checking_Parameter='Cost',Sum([Number1]),if(Checking_Parameter='FTE',Sum([Number2]),if(CheckingParameter='Hours',Sum([Number3]))))
This is how I pass my selection value to the Table in the expression.
Thanks
Taps
you can configure it in Filed in the left panel
Click Setting in the corresponding field and force it must have one value