I need to create a slice that shows active user only. We have users for 3 months, 1 month,1 week and for 1 day.
Im applying [access end date]> today but its not working.
Hi @Preeti123
Could you please post the exact expression you are using.
Also have you checked out this article?
It should be automatically changed in active if access duration is under 3month,1month, 1week and 1 day.otherwise it will show expired.
I have a column [Access status] in this I want to put "Active " if [Access End date] value is greater than today() else return "expired".
How can I implement this?Also I need view of active and expired separately, It already made. Active status column is not being updated.
You create two different slices of table with filter conditions
[Access Status]=Active
and
[Access Status]= Expired
I tried this way but it should be generated automatically like I have end date of access, if I compare it with today n it will equal or less than then show active else show expired.
If you want to have it your way, then you can make your “Access Status” column virtual. Its formula will calculate on every sync, but it will recalculate every time for all rows in your table.
A better way is to use slices and base its filter condition on your “Access End Date” column. Here you won’t need an “Access Status” column.
[access end date]>=today()
should work
It ll show only users whose status is active till date
You have to make the column virtual in order for its formula to recalculate.
Yes that is a virtual column.
Please show the column's configuration and the expression you're using. Thanks.
Data once entered will not change unless its by an action.
schedule an action through automation that updates the column values of status daily.
This is not true. Columns with formulas will recalculate with or without an action:
Yeah @Joseph_Seddik , Virtual column will recalculate but it won't enter any data into the sheet right?
Right. They don't exist in the sheet.
Normal columns will also recalculate for one particular row with any data change in any column in that row.
Hi @Preeti123
Can you share with us your current table schema?
We have read from you two different things. One related to a slice and another about an Access Status column.
For the first one, you need to troubleshoot since your expression seems right, but we don't have any clue if the column's config is right or not.
About the status, there are different ways to solve it, I can think of 2, seems like both were mentioned above.
Im new to appsheet please help me to create bot for status changed.
I'm using this expression
Still column values are not updated as I expected
I need to sync with previous rows also. But could be the solution of it
You need to schedule a bot to update column access status
Appreciate your help.
How can I create bot for that. Please help me
Add me on Telegram +918050611676
User | Count |
---|---|
18 | |
11 | |
7 | |
3 | |
2 |