control of columns in a vew
Is it possible to control the display of the columns in a view dynamicly?
For Example, different users can access the different columns in the same view.
User A can only read the name column. But User B can see all the name, phone, email columns.
Just like this:
--------------------------
list "Sample View"
{
if(condition){
show all rows from Sample
(
name
)
}
else
{
show all rows from Sample
(
name
phone
email
)
}
}
--------------------------
In others words, the Deluge Script can not only be used in form, but also in view.
I find this feature will be very useful, if it can be offered by zoho creator.
Thanks!
xiaoyu.zhang.cn