This topic is locked

hide row if field empty in list page

7/5/2016 7:45:52 AM
PHPRunner General questions
C
cristi author

Hy!
I want to hide a row or some more on the LIST page if a specific field in that row is empty.
I tried with
if ($data["FIELD1"]=="")

return false;
but all the rows are not shown...
Any suggestion?

Sergey Kornilov admin 7/5/2016

Make sure that field name is spelled properly (case-sensitive).