Hi,
This is my first ever app.
It should show that station is not available if someone is checked in and also not allow to check in.
As of now it allows check in and shows that is available all the time. Any solutions?
Solved! Go to Solution.
Hi @fitcrates
I don't see the relation between your question and the expression you provided later.
This one looks more like an expression for conditioning any update to the table according to the user logged, as you can set it here:
For your need described here:
@fitcrates wrote:
It should show that station is not available if someone is checked in and also not allow to check in.
At looking to the template app "Workstation Tracker", there is a condition that makes sense:
I just tested it, it seems OK.
Don't you have this condition anymore?
Sorry, it seems like I answered in a wrong topic. Had few opened. This is solved by "AND([Occupied]=false,
CONTEXT("ViewType")=Detail)"
As you mentioned.
Hello, did you solve the problem?
I did this:
SWITCH(USEREMAIL(),
"xx@flixstock.com", "UPDATES_ONLY",
"me@flixstock.com", "ALL_CHANGES",
"READ_ONLY")
Can't verify if it works as app is not deployed, but I think it should work.
Hi @fitcrates
I don't see the relation between your question and the expression you provided later.
This one looks more like an expression for conditioning any update to the table according to the user logged, as you can set it here:
For your need described here:
@fitcrates wrote:
It should show that station is not available if someone is checked in and also not allow to check in.
At looking to the template app "Workstation Tracker", there is a condition that makes sense:
I just tested it, it seems OK.
Don't you have this condition anymore?
Sorry, it seems like I answered in a wrong topic. Had few opened. This is solved by "AND([Occupied]=false,
CONTEXT("ViewType")=Detail)"
As you mentioned.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |