Also, when’s the expression if I want to have the initial value reflect what’s in the products table, “current quantity”column, row referenced by the produc id?
Umm, this is a link to an office hours video not to the app. Did you insert the wrong link?
You can find the most current sample apps with the link below. You can change the Function dropdown to “Inventory Management” to see several variations of this type of app
There are a number of ways to achieve showing a Total of something. It depends on what design you are aiming for.
For example, you could show the units in a view grouped by category where each grouping automatically includes the count of the items within that group.
Or you could use an expression to set a column with the count.
What would help, is to include a screen shot and describe the changes you’d like to make.
Oops, not sure why it gave the link to the video when I’m trying to give the link for the sample app in the info (it’s not in the regular sample apps, it’s hidden in the support section)
Im also having an incredibly hard time getting picture links to show up…
I was able to borrow some from the web for now, but when I try to use my google image links, they don’t work and when I try to upload one from the app, it goes straight to my camera and doesn’t give me the option to upload a image from my device…
Hope this makes sense.
Thanks so much in advanced. Any help is much appreciated.
Hopefully that works
Late last night I was able to somehow come up with an expression that worked to show the value of another column based off the product id. (YEY!! Had a serious socially distant party by myself when that worked!)
But, I’m VERY unfamiliar with “expressions” and would kill to know more about how to build them… is there a specific language they’re called? That I can search for an learn more about how to build them?
I still can’t figure out an expression to reflect that, instead of the “aisle” and “shelf” number, I’d like to show total number of products in that category
(I sell merch for touring bands…since everything is cancelled right now, I’m trying to use my time to come up with an easy system for keeping track of sales and I absolutely LOVE how appsheet does this with spreadsheets since previously I’d have to manually enter everything late at night after I counted out)
Exactly how to do this will depend on how you are actually using all of the tables in this app. I’ll make some assumptions for now
In the Sample app there is a Products table. In that table there is a value named “Current Inventory” which I assume is to be the count of that particular product. Let’s say its a certain style and size of a Hoodie. BUT, you will have different sizes and styles of Hoodies, each with their own Product row representing them.
All of these have the category of “Hoodies” in the Product Category table
So…if you wanted to also show the number of ALL Hoodies, you would need to ADD a Virtual Column called, for example, “Total Items” in the Product Category table.
Then you would set the “App Formula” of this column to an expression similar to:
Now…how do I learn these “expressions” so I can come up with them myself?
Is there a specific name for the language?
I’d really like to learn more on how to understand them and build expressions myself
Again, thank you SO much! That was exactly what I was trying to do
In the Community menu at the top of this page, under “My Account” there is an option for “Support”. That actually will open another window where you can search for knowledge base topics. Type in “Expressions” and you’ll get a list of articles. I would start by reading the “The Essentials” article.
Is there another common use or name for these expressions that I could look on YouTube for? (I’m more of a visual learner and it’s easier for me to learn from seeing things in action)
If not, all good, thank you SO much for your help!
So I added 2 columns to sale: venue and venue “address”- set to latlong with initial value of here() - so I can track sales by venue on a map…
Problem is, even if I’m in the same place, the latlong always picks up slightly different locations (1)…is there a way I can do this so it picks up that all these sales are at the same location? Or no?..
Basically, I’m trying to figure out a way to see total sales by “venue”/location
Also, at the bottom of the screen it shows the latlong, is there a way to change this to the venue name?..I can’t seem to find an option for this.
And finally, if at some point I come across someone willing to help me with this, is there a way to share this so they can see the app and tell me how I can make changes?
Or is that pretty much what “sharing the app” does? (I’ve yet to share or deploy yet because I don’t fully understand what they mean and with no events coming up, I don’t want to start paying for the app before I even know when I’ll be able to actually USE it)
Create a Deck View using as the datasource the same table or slice you used as the Primary Data Table in your Map View. The map will automatically pick up that Deck view description to use at the bottom of the map. Then you can change that Deck view however you need for the data display.
Any idea how to “express” this?
Comps= free/give away items, so I don’t want it including them in the total gross of items sold that I’m trying to achieve.
These are also all right column headers…
I must be doing something wrong, I tried putting it in ()’s but that didn’t work either
@Steve is correct…its not yet possible…at least directly!
You could craft a dedicated table designed to house ONLY items to show on the calendar.
For example, when a new event is entered, have a Workflow ALSO enter a row into the Calendar table. When an expense item is entered, ALSO add a row in the Calendar table. Repeat for any other entities you wish to display on the calendar.
Now you have the ability to mix calendar entries from different sources.
NOTE: You wouldn’t be able navigate to, say, an event row directly. Unfortunately, the Calendar view doesn’t provide a “Row Selected” Behavior like other views.
But, if you save the row ID and other needed information into the calendar row, when you tap a calendar item and go to that item’s Detail view, you can have an Action to go to the desired end row (e.g. event row).
Not ideal but also not overly intrusive to user expectations and better than having nothing at all!