Jump to content

This topic is 6778 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (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 by Guest
Posted

you can write the user name by "Get" functions. And password privilege will help you to limit users to view thair own data (record).

Posted

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

  • 2 weeks later...
Posted (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 by Guest

This topic is 6778 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.