Hi
I want to differentiate notification value as per user’s email, Aan Hasanah's shopping cart value notification is 5, this is what I expected.
and the value of Agung Taufik’s shopping cart notification should be 0, but in the basket menu, Agung Taufik's value is 5,
How to differentiate values according to user email?
Hi @ThinhDinh
you are right, I use css, for the value I get from HITUNG SELISIH CHECKOUT
I try to explain the flow of the application that I made.
I have a special group shopping application, where the user as the group leader can order for its members.
let’s say I am the group leader, I want to choose 5 types of goods for my members, and in the application I calculate the order of the goods I ordered, this is where the problem is when another user enters my total order is also in another user.
in GLIDE TABLE I use math to calculate my order, for the sum I calculate Row ID - Hitung Nama Anggota Yang Terisi
Shouldn’t you do it with a relation using the user’s email/ID instead, providing you have the user’s email/ID in the other table?
I was thinking you can have a relation like that, then do a rollup on that relation instead of taking the whole unfilled rows set, which can include other users’ data.