I have a table of assets, In this table I create a concatenated text field I want to create a unique list of these, and post next to them an associated quantity.
Right now, Iโm posting the entire table of assets to an xlsx template, and in another sheet of that template Iโm using spreadsheet formulas to FILTER(UNIQUE()) and then SUMIF expressions to bring in the quantities.
I really need to get this list and associated quantities into a PDF output report. Anyone know how to do this?
Solved! Go to Solution.
If the fitting list is static, you can add a formula for each cell in your quantity column. Though there could be some nicer ways, but at list that works.
The issue is that in a template the start expression only takes a list of refsโฆ
So, Iโm not sure how to get this list even in the PDFโฆ
Do you have this fittings table in the app?
Lets assume that you have these fittings in your app. Then you would need to use a suitable condition rule with the Start: expression. Yes it will still be a list of key values, but you would need to find one record from each group. There is lot of ways to do thatโฆ for example using [KeyColumn]=MAXROW(โฆ) with the condition rule. Then you can calculate the quantity when the group is known.
I donโt know where to startโฆ
Let me check if I have a suitable sample appโฆ
It would be something like thisโฆ
Oh!
I see! Thatโs an interesting way to get to it! Thanks @Aleksi Iโll let you know how it works!
Thanks man, this worked perfectโฆ
Iโll have to file this strategy awayโฆ
Youโre welcome
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |