I am needing help with moving colums from one page to another when a certain word is entered. I have a sheet called โJobsโ when someone using the app choses the word โCompletedโ I need the whole row that has the word completed in it to get moved to a sheet called โCompletedโ
Where do I even enter this formula??
Someone in the community may have a suggestion on how you can do this, but I have a more basic question.
Why are you moving the row from one worksheet to another when the status changes from โActiveโ to โCompletedโ. AppSheet apps normally follow the โdatabase modelโ. In that model you normally keep both the active and completed data in one table and include a โStatusโ field that indicates whether the row is active or completed. If you need to display active and completed data in Views, you can create a slice for the active data and another slice for the completed data based on the value in the โStatusโ field. Your Views can then use those slices.
Iโm with Phil, keep it simple and easy and all in one Table.
Well we would have multiple people entering the first 4 columns of data, the app users will enter the rest from the app. We need the app user to only see the in progress or not started jobs. The completed will accrue to about 16/day and will confuse the users. We want to keep the completed data though so we can use it for reporting purposes.
This is an app for our drivers that shuttle regular customers trucks. We want to be able to easily identify where the driver is based off of which job he is clocked on to
Thatโs all very easily doable in AS with one Table using Slices, Sorting, Views, Security.
I think keeping it all in one Table will also make it easier to analyze and graph your data down the road.
If I understand correctly, it sounds like you can control exactly what each user sees using the โStatusโ field and the appropriate โSlicesโ and โViewsโ.
If you want to periodically (say once a week) archive and delete the โCompletedโ entries, you could do that either manually or using a script. You might do the archiving and deleting as part of your periodic reporting process.
Ok, I need to educate myself in slices then because I used a ifcontains formula to try but it didnt like my formula to send it to the completed sheet.
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |