on 2021 Dec 16 11:06 AM
We need to get the number of quotes which are in status 'preparing" on a specific domain ? How should we proceed to get it ?
Request clarification before answering.
Hi agnes.baton
you can get the count of quotes which is in "Preparing" status and you can further extend it according to your needstatus = 'Preparing'
sql = "select count(*) as Count1 from quotes where OrderStatus = '"+ status +"'"
no_of_count = SqlHelper.GetFirst(sql)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.