Hi,
I have a virtual column value that calculates the total number of queries on the app.
When I put it into an app view I get singular values like below.
However, when I try and put totals within the reports it repeats itself for the number of records, see below.
Here is the expression Im using to pull it in.
Solved! Go to Solution.
Hello @Sarah_Keown , given your start expression, I believe thatโs his intended behaviour, Accounts[Order No]
returns all the values of the [Order No] column in the โAccountsโ table, if you would like it to return a single value, your Start expression should return the key of the row youโre interested in.
Or if thatโs the case then you donโt need a start expression at all, if that virtual column belongs to the table youโre running the workflow from, then using just <<[Procurement]>>
might be what youโre looking for.
Hello @Sarah_Keown , given your start expression, I believe thatโs his intended behaviour, Accounts[Order No]
returns all the values of the [Order No] column in the โAccountsโ table, if you would like it to return a single value, your Start expression should return the key of the row youโre interested in.
Or if thatโs the case then you donโt need a start expression at all, if that virtual column belongs to the table youโre running the workflow from, then using just <<[Procurement]>>
might be what youโre looking for.
Great, thank you Iโll try it out
It seems as a standalone value it doesnโt work, I received this editor error
The Report is running from the table that value belongs to also
Is <<[Procurement]>> outside of any Start expressions that could change from where appsheet evaluates the expression?
I used a filter expression to find the value based on the key as you mentioned above and it worked well, thank you
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |