G_S
November 30, 2022, 6:00pm
1
Hi
I am having Five table
Table A -----User
Table B—Floor
Table C----Group
Table D----Group User
Table E----Filter
In Group table I am having three column name
Group ID
Floor-Ref of floor table
Related Group User
In Group User Table I have three column
Id
Users-Ref to user table where email id is a key
In Filter table I am having column name Floor -Ref of Table B(floor)
What I need is I need to show the specific floor to only to the user in the related group user
Can anyone suggest expression to show only specific floor for user in specific group
Show screenshots of the “Columns” page for each table. That’s too complex of a structure to easily help you from a text description.
1 Like
G_S
December 1, 2022, 2:03am
3
@Marc_Dillon
User Table column
Group Table
Group User
Below is the floor column i have in filter table with ref of floor table
I need to show the all the floor to every one but if any floor added in group table ,that should not shown to everyone ,only people I add in related group user should see that floor ,other should not be seeing or I need say the error msg in valid if other choose that floor
Please help me with the expression for valid if
I think this:
SELECT( Group[Floor] , IN( USEREMAIL() , [Related Group Users][User] ) )
1 Like
G_S
December 1, 2022, 5:12am
5
@Marc_Dillon
Above expression did not give any invalid error when i use in valid if
what exactly i want is below is the screenshot of a group, I have added john smith user
What I want is:
when anyone select Harding band building floor 1 —it should through a error msg
it should be valid only for john smith
Below is the screenshot of filter table
I’m pretty darn sure that expression is what you need.
1 Like
G_S
December 1, 2022, 11:15am
7
@Marc_Dillon I tried but it does not say any error msg
Can you suggest any other expression for valid if.
G_S
December 2, 2022, 1:21am
8
@Marc_Dillon can you suggest any other expression
G_S
December 4, 2022, 4:36pm
9
Hi ,
Can anyone help me with some suggested expression to achieve the above requirement
G_S
December 8, 2022, 12:44am
10
SELECT( Group[Floor] , IN( USEREMAIL() , [Related Group Users][User] ) )
I used this expression in valid if but I did not get any error in floor column
G_S
December 19, 2022, 11:52am
11
@Marc_Dillon I tried above expression but it does not say any error msg
Can you suggest any other expression for valid if.