Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
We have changed Server settings to export Current selections with any export of table on the dashboard, but if we select any field from Data Island table then these island fields are not exporting, can some one suggest us how to export all the fields from Current selections.
-Priya
Can you come up with example, Please?
For Ex:
I have two table
Table1:
Dim1, Dim2, Dim3
Table2:
Tim1, Tim2, Tim3
Table on dashboard based on Table1 - contains - Dim1, Dim2
Filters I have
Dim3
Tim1
So Now I am exporting table on dashboard with some selections from both tables
Now I will get table data on dashboard and selections on current selections box from table1 only not from table 2(this I need some other purpose).
Note: No association between table1 and table2
May be use JOIN
Table1:
Dim1, Dim2, Dim3
JOIN
Table2:
Tim1, Tim2, Tim3
It merges into one table and look export option now
i tried with Concatenate but not with that, let me try with join and test also