Hidden columns in list mode and embedding
Hi everyone,
I'm really enjoying Zoho Creator.. It's a lot faster to use this than it is to code a custom MySql/PHP app every time I need a quick and dirty database application.
I am currently using creator to keep track of people being interviewed for a non-profit I volunteer for. Each record has the usual contact info along with two text fields that contain some text the applicants included on their application.
I built a "list view" for the database in Zoho and have embedded that view on a password protected web page my fellow volunteers are logging into.
Because the text fields are rather long, I have hidden those fields from the list view (using the more actions-->column display/rearrange option). What's nice about this is that if I click on the "record summary" button I see the text pop up with the rest of the data, but I don't see it in the list.
If I am currently logged into Zoho I also see that same view on the page I have the databased embedded. However, if one of my users logs in to look at the page, they see the database but every field is visible (including the large text fields).
Is there any way to have the non-logged in user see the same view I see? I couldn't find any command language in the Deluge docs that would let me do this.