Livetables by default have filters empty. And if a column is boolean or option list, it will show all.
I searched the documentation and did several tests, but I did not discover how to set a column filter to a default parameter.
For example, if I have a boolean column for marking documents as obsolete, and thus that column by default should be NO (so obsolete documents do not appear)… is there any way to do that?
Thanks. I agree with the approach suggested in that post. Choose which one to implement.
One problem of LiveData right now is that if you edit the App, it erases the LiveData table, so each time you update an app you will have to create the LiveData table again
Also, one thing I like more about Live Table so far is that it has option for STRIPES for better readability
LiveData above, LiveTable below… if there is a STRIPED ROWS option for LiveData, I haven´t been able to find it on the help page.