Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please give your thoughts on this.
Hi Riccardo Schillaci,
You can implement the section access with excel or csv which can have all users with parameters .
Vikas
After loading section access file. you need to load one additional file with user id and priority ( Field is for show/hide)
Priority:
LOAD
Upper(Mid("USERID",Index("USERID",'\',-1)+1)) as USERID,
PRIORITY
FROM .. CSV/ Excel
now you have reference with each user with priority. you can use priority field in set to show / hide for each user.
HTH
Vikas