Good Morning
Really sorry this problem has been covered dozens of times.
I am using this formula
SUM(SELECT(Latestledger[Credit], [Account] = “Subs”))
I have setup a virtual column in the table Latestledger the total I keep getting is
Solved! Go to Solution.
Do you get any data/rows with just
SELECT(Latestledger[Credit], [Account] = "ID15")
?
If not, do you actually have rows in Latestledger data source (i.e. gSheet) with Account columns having "ID15" at all?
TeeSee1
I have replaced Account with ID and =15 and seems to be working now.
Thank you.
For a ref column, you have to equate it with a key value, NOT a label.
Hi TeeSee
How would I do that then.
[Account] = "key value corresponding to Subs"
Have tried this too
SUM(SELECT(Latestledger[Credit], [Account] = ID15))
Do you get any data/rows with just
SELECT(Latestledger[Credit], [Account] = "ID15")
?
If not, do you actually have rows in Latestledger data source (i.e. gSheet) with Account columns having "ID15" at all?
Hi thanks for reply
No I dont get any data. I am using the new appsheet database not a gsheet. I have attached an image of my tables if that helps.
TeeSee1
I have replaced Account with ID and =15 and seems to be working now.
Thank you.
Do you mean the id for subs etc rather than the actual label subs
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |