What's the best way to go about this?

NCD
Silver 2
Silver 2

Hi I want to make an Inventory app.

Want to make a Column for Unit Price, but for various reasons the "unit" comes and different forms.

like;

$10 for "one role" 

$10 for "Three meters"

$10 for "two gallons"

... and so on!

 

What would be the best way to go about this on Google Sheets, and then on AppSheet?

Solved Solved
0 6 244
1 ACCEPTED SOLUTION

This is not a direct answer to your question.

But typically you would create a UOM (Unit of Measure) column to indicate how the smallest unit of each product is managed.

AppSheet is ,at the risk of sounding too simplistic, a UI + data processor over DBMS (be it a google sheet or smart sheet), so just go about it in the same way as you would create an app based on let's say SQLServer, MYSQL, etc.

This help article would be a good start in designing your app.

View solution in original post

6 REPLIES 6

This is not a direct answer to your question.

But typically you would create a UOM (Unit of Measure) column to indicate how the smallest unit of each product is managed.

AppSheet is ,at the risk of sounding too simplistic, a UI + data processor over DBMS (be it a google sheet or smart sheet), so just go about it in the same way as you would create an app based on let's say SQLServer, MYSQL, etc.

This help article would be a good start in designing your app.

NCD
Silver 2
Silver 2

@TeeSee1 

Thank you sir.

Then maybe it's a good I should have a column like this?

โ€ข Unit Price

โ€ข Unit

โ€ข Unit of Measure

Really depends on what you want to do.

What goes into Unit?

NCD
Silver 2
Silver 2

@TeeSee1 

Unit Price = $10 (price of the minimum value)

Unit = 1 (or any required minimum value in order to purchase from supplier)

Unit of Measure = Role, cm, ft, gallon, 

Sure,

Unit is minimum order quantity. I do not see why not.

You can use it to limit the order qty of your order data (Valid-If expression)

NCD
Silver 2
Silver 2

@TeeSee1 

Thank you very much!

Top Labels in this Space