Is there a way, when I do, do a search for list of elements, to get more values than just one? As I need a sum of 3 fields plus one other search, so is there a way to do a search once and just get 3 fields total from this search (sum of field A, B and C from this table) instead of adding 3 times do a search for with same constraints?
/example
Table ativities where parameter X=X1, has 3 types of cost values= A, B and C - and what I am looking for is a sum of all 3 - not doing the search 3 times, as I need to use this on a repeating group.
Thanks!
Never used step 2, but already got an idea to go for step 1. So if you confirm that’s a good idea, I will definitely go for this. As as you have said, it sounds like a very good solution, making the report page more maintainable.
1 Like
I confirm 
Whats your plan for step 1?
Simple. To get a list of all the elements that match criteria and then refer to them from their fields. But now the idea has changed a bit, as I need to export those data later to excel. And I currently was using create CSV Plugin which cannot handle properly the cases when I request a table like:
Column 1 - Element ID
Column 2 - All current Elements - Things
As the column 2 then lists only 1 item, not all relevant items to the element I have.
I would build it as a tabble in bubble, but in the end I need to export that to Excel and it is a nightmare to copy that from bubble. (it is copied as a long string not as a table)
Unless there is something that I don’t know.