Export only a total line from a summary
Hello,
I am currently using version 13.4.16367 of Monarch. I am trying to export only a the Total line from a Summary. Is this something I can do? I have tried hiding the Keys and made sure that I have checked "Insert Total Line'. When I hide the fields it will not show anything.
My summary currently looks like this:
Loan Number | Amount |
5555555555 | $1,335.21 |
1111111111 | $651.25 |
7777777777 | $766.44 |
8888888888 | $1,691.09 |
55556666666 | $711.42 |
3333333333 | $417.52 |
OTD | $5,572.93 |
All I want is the last line
Thank you!
Answers
-
Hi Melissa,
Good question!
Unless I have forgotten something about Summaries (quite possible!) I think the answer is no unless you do a little creative tweaking.
From what you have in your sample one option would be to export it as it is and then filter the resulting output to obtain only the OTD line. It's an extra step but simple.
Alternatively if you have available a field that occurs for all records in the table you could make that the key field and it would always give you just one line for the measure.
Now I have known a lot of databases to have such repeating (and redundant!) data but assuming yours does not you can add such a field to the Monarch table.
If it is always to be called OTD then a formula field where the formula is "OTD" is all you need. You won't need the Grand Total line unless you want a secondary check of the value calculated.
If you want the concept to have a variable name - for example if the model is likely to be deployed for multiple purposes and the term required might be something else - "Total" for example - you could populate it from a Runtime field added to the table (or just use the Runtime field!) or a "User Edit" field .... or combinations of fields.
But perhaps that is getting a little more complicated than you need at this point.
Grant
ETA: You may already have such a field to use from either an append template or a Page header template - even if you are not currently extracting it.However the ability to give the field a useful value - like "Total" - may mean that those options are less attractive.
0 -
Hello Melissa
If all you want is the one line you can just select the row header for that line from the summary screen, right click and copy. You can then paste the line into Excel, Word, etc. You will not get the column headers, but you will have the info.
Aaron
0 -
Altair Forum User said:
Hi Melissa,
Good question!
Unless I have forgotten something about Summaries (quite possible!) I think the answer is no unless you do a little creative tweaking.
From what you have in your sample one option would be to export it as it is and then filter the resulting output to obtain only the OTD line. It's an extra step but simple.
Alternatively if you have available a field that occurs for all records in the table you could make that the key field and it would always give you just one line for the measure.
Now I have known a lot of databases to have such repeating (and redundant!) data but assuming yours does not you can add such a field to the Monarch table.
If it is always to be called OTD then a formula field where the formula is "OTD" is all you need. You won't need the Grand Total line unless you want a secondary check of the value calculated.
If you want the concept to have a variable name - for example if the model is likely to be deployed for multiple purposes and the term required might be something else - "Total" for example - you could populate it from a Runtime field added to the table (or just use the Runtime field!) or a "User Edit" field .... or combinations of fields.
But perhaps that is getting a little more complicated than you need at this point.
Grant
ETA: You may already have such a field to use from either an append template or a Page header template - even if you are not currently extracting it.However the ability to give the field a useful value - like "Total" - may mean that those options are less attractive.
Thank you! I ended up adding a date field and used that to make it one line while hiding the amounts.
0