hide a row of data through condition

Hello,
I want to hide a row of data if payment is not done by that particular object…how it can be possible?
I added there a approved column checkbox. can i put condition in there if approved checkbox is filled only that object will search on live website?..please help

Hi,

You can create a condition to see if the checbox is checked as shown here .

If you are using a dataset, you can exclude a certains item from it using not() condition. Click here to learn more.

Hello sir, i want to show only checked database in live website.I don’t know how and where to execute above instructions. Can you help me ?