Hi,
I have a table in following format
Id
Name
Content
1
A
asdf
2
A
4erwer
3
B
rwerw
4
C
4353ds
For this table I want to create a Visualization Filter, where Filter should repeat A twice since Id's are different. This Data is coming from different databases. So it is expected.
Please...