I'm working on a uni project and I need to use a crystal report to view this table in a form:
I don't want it to view all the records in that table, I want it to view the records where city = "KSA". How can I do that?
I'm working on a uni project and I need to use a crystal report to view this table in a form:
I don't want it to view all the records in that table, I want it to view the records where city = "KSA". How can I do that?
Assuming that you are using a Details Section to display each row of the table, and that you want to hide the entire row, you have to:
There, you can specify a little formula that when returning TRUE will hide the section, and when returning FALSE, it will display. So, you should enter something like:
(Not really sure if that is the exact syntax).