Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table like belo from that I want to retrieve only
ID1 | Name | Place | Phone |
---|---|---|---|
1 | A | 4587 | |
1 | A | C | 1245 |
1 | A | D | 1254 |
2 | B | 4567 | |
2 | B | E | 4585 |
2 | B | F | 4526 |
1,A,,4587
2,B,,4567
how to get those records.
Regards
John
Is the logic is to fetch those records where place is empty?
This:
Uncheck 'Suppress Zero-Values' on Presentation Tab
HTH
Best,
Sunny