Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have 2 tables(say Table A and Table B) joined on a column(Automatic Join), that column needs to be used in a filter pane and i want the values in Filter pane to come only from Table A.
Please let me know how can this be achieved.
Thanks,
Monu
Hi,
The common field will have value from both the table.
It is better that you create a new field in table A and use it.
Like below.
TableA:
Load Key,
Key as NewField
From xyz.
Regards,
Kaushik Solanki