Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a table like this.
Name Value
A 100
B 150
c 200
If i select a value (i.e. 100) in above table , it will sort like below.
Name Value
A 100
i don't want to filter like above table and i want to show the name of the value which i select from the table.
Hello! I think, you can do it with triggers.
See the sample in attachment.
What if, data set like below. If you select 100 what are you expecting to see
Name Value
A 100
A 100
B 150
B 150
c 200
c 200
Hello! I think, you can do it with triggers.
See the sample in attachment.
Thank you anton,
i got the result successfully.