It looks promising… Though Im not yet there…
In which column’s Suggested Values this expression should go ?
To a Virtual column in the Orders Table, or should I create LOCATONS table ?
To have count of the locations, split them in to groups (order’s TYPE as an example an OFFICE or an APARTMENT or a GYM etc…),
See prices difference between the locations.
To be able to see Location’s Related Orders.
Related Customers and contacts…
To get a table view of locations, you’ll need to create a locations worksheet in your spreadsheet and connect that worksheet to your app. Attempting to get a table view of locations with a slice of orders is likely to cause endless headaches.
Alright !
And after I create the Locations worksheet ,
How will I be able to move the relevant data from the ORDERS table (the Unique Location Names ) to the new worksheet ? and make it update as NEW locations is added ?
If it is even possible … ?
I’d like to do exactly this! I read @MteaM_Eilat 's comments with interest and also @Steve 's responses. But the last question remained unanswered.
I guess that ideally this new table would be being constructed in the background with an SQL type query within the database that updated a list of unique locations and put them in a locations worksheet. Is there a neat way to enable Appsheet to do this? Or are we pushing the technology beyond its comfort zone
How will I be able to move the relevant data from the ORDERS table (the Unique Location Names ) to the new worksheet ?
This would be done outside the app, perhaps manually by someone editing the spreadsheet directly.
MteaM_Eilat:
and make it update as NEW locations is added ?
I envision this being a workflow rule that looks at adds and updates, compares the locations it find in those to known locations, and adds locations that aren’t already known.
I have a google sheet as database and use a google form to populate the sheet. People can send more form if they allow, In Appsheet I work this data changing status and (when i understand how) sending mail everytime status change. I don’t wont to prevent people to duplicate data in googlesheet, I want simply to create in menu view, using a slice a list with all duplicated line to check and work. I tried to use your example but it answer me it is not useful. what I need is to apply in slice a formula tha list all duplicated line. Any suggestion? I’m not a software developer, I’m working in appsheet only from 2 weeks. thanks