Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two company groups 'Group A' and 'Group B'. Now they want as two different files with all the dashboards, one for Group A and other one for Group B. How can I set the filter which shows all the data under one company.
Hi
In this case it is not better to filter directly in the data load script.
something like
Left join(main_table)
Load
.....
Where
dimension = 'Group A';
regards