hi,
I have a stock app.
If I scan an item, which the number and quantity is already there, it gives me a new row. What I actually want is, if it sees that the item number exist on the stock column, than only to modify the quantity cell How do I achieve this?
Do you mean if that item exists on your table, show the quantity field? If thatโs the case, you can type into the Show_If likeโฆ
IN([_THIS],TableName[Item]).
what I mean, I have two columns, one is the part number, the other is the quantity, for example: part number = 12345678, quantity = 2 when I scan with the barcode, I put 2 in quantity and โsaveโ than, if it is a new part number = new row. existing part number, the quantity is 2+2 (on the new input) = 4.
User | Count |
---|---|
16 | |
9 | |
9 | |
7 | |
3 |