I get one value as follows. what can i do to download more? tried with the for each block, but to no avail.
1 Like
What do you mean by that?
Do you want the entire row?
Now you are getting one single column from the selected row. Do you want all columns from that row?
I want to take the sum from the “price” column for the last month. example in the photo. the variable “L.month calculate” is the last month.
1 Like
You will need to go through a loop and add the price for every successful match.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.