- Posts: 2
- Thank you received: 0
Hi There,
Please could you tell me if it's possible to display a set of data that meets only certain requirements.
For example;
I have in my table; name, surname, contact number, province
I want to display data only from a specific province - is this possible?
Thanks
Please Log in or Create an account to join the conversation.
Hi,
yes it is. You can use the field "Additional WHERE condition" where you can write in something like
province='myProvince'
Please Log in or Create an account to join the conversation.