Duplicate entries are visible in outline

Hi,

I have a problem in viewing the outline entries.

My outline entries are visible according to the role.

  1. A person having the role [DBAdmin] can view all the oultline entries. (Access : Manager)

  2. A person having the role [Creator] can view only limited no of outline entries. (Access : Editor or above)

[DBAdmin] can view the outline entries properly but when [Creator] opens the database duplicate outline entries are visible to the him like

|>DBSetUp

    view1

    view2

   

    view1

    view2

It could be a problem of frameset or outline corruption, I have tried to make the frameset and outline again but it does not work.

any sugessions??

Thanks

Subject: Duplicate entries are visible in outline

Could you post the hide-when formula you are using please?

Mike

Subject: RE: Duplicate entries are visible in outline

Thanks for your response Mike,

Hide when formula is :

Formula for the entries which will only visible to the [DBAdmin]

@IsNotMember(“[DBAdmin]”;@UserRoles)


Formula for the entries which will visible to the [DBAdmin] and [Creator]

@IsNotMember(“[DBAdmin]”;@UserRoles) & @IsNotMember(“[Creator]”;@UserRoles)

Any sugessions would be sincerely appreciated :slight_smile:

Suchita