sherifmayika Posted June 24, 2006 Posted June 24, 2006 (edited) I have a survey database and 10 persons are working in the field to collect data. they enter the data every evening into the database through IWP. I want to 1) monitor the each user and get their data seperatly. Can anyone suggest function/script? 2) is it possible to limit a user viewing the data entered by him only? any kind of help would be appreciated Edited June 24, 2006 by Guest
Osman Posted June 24, 2006 Posted June 24, 2006 you can write the user name by "Get" functions. And password privilege will help you to limit users to view thair own data (record).
sherifmayika Posted June 29, 2006 Author Posted June 29, 2006 (edited) Could you please explain? Edited June 29, 2006 by Guest
aaa Posted June 29, 2006 Posted June 29, 2006 Hi, Sherif! I think that will be easy to show records in the portal for each user. Have one global field Curent_User and one field UserName. Create self relation on fields Curent_User and User_Name. Show portal for it. Each user must put his UserName in global field and look only his records and work with it. If user know only his username he can't see other records. I attached example. UserRecords.zip
sherifmayika Posted July 8, 2006 Author Posted July 8, 2006 Hi Andranic, I am thrilled by your response. Extremly great! Exactly what I wanted. Once again it proves you are a FM GURU, thank you
sherifmayika Posted July 12, 2006 Author Posted July 12, 2006 (edited) HI friends, I fetched the half part,here is how this go. I have an open scipt: If[get(Accountname)= "John") go to layout"one" Else Go to layout "two" Endif But, I have no idea about how to limit the user viewing the data entered by him only? Edited July 12, 2006 by Guest
Recommended Posts
This topic is 6978 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now