Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can I have a table box in which only columns that are selected from the List Box are displayed.
Example - Listbox will have the values
ColA
ColB
ColC
ColD
On selection of ColA & ColB from listbox only those two columns of the straight table should be displayed
If I understood correctly, basically you are interested in Adhoc Reporting.
If this is the case please see the below link
Hi Divya,
Check this thread
This is done by using one Island table and Enable Conditional option in Dimension Tab.
Hope this helps you.
Regards,
Jagan.
Hi,
PFA file for solution.
Regards,
Jagan.
Hi,
This can be done using the conditional enabling technique of dimensions and expressions.
Just take the list of columns into one data Island table and create a list box using the column from data island table to list down the columns in list box.
Now create a straight table with the required columns. Each dimension/mesure column select the check box conditional and provide the following condition.
=SubStringCount(Concat(Dimension_Detail, '|'), 'Brand')
Dimension_Detail is the column from Data Island table contains the list of columns.
Brand is the current dimension column that you want to enable conditionally.
Hope this helps,
Chinna
Hi. What if I have no expressions and only dimensions? Ideally I want this kind of adhoc reporting to be possible in straight tables . Is there a work around for that?
Hi,
It can be possible only with dimensions also. You just have to create a dummy expression and hide it.
Regards,
Chinna
Hi,
Check the attached files, This is without expression.
Let me know if that is what you are looking.
Regards
ASHFAQ
Adhoc reporting is possible with conditional enablement of dimensions or expressions only in straight table, but not with table box.
if you have dimension only, then you can create an expression and hide it or don't enable the expression.
if you don't have measures in your source table, create a dummy measure, create a dummy expression on top of it.
- hope it helps you 🙂