You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/analytics.rst
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1353,6 +1353,7 @@ A `result` is returned by a `run()` call which has two components:
1353
1353
1354
1354
* :ref:`Cashflow Results`
1355
1355
* :ref:`Non-Cashflow Results`
1356
+
* :ref:`All-In-One HTML report`
1356
1357
1357
1358
1358
1359
@@ -1599,6 +1600,31 @@ There are two types of validation message
1599
1600
r['result']['logs']
1600
1601
1601
1602
1603
+
All-In-One HTML report
1604
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1605
+
.. versionadded:: 0.40.2
1606
+
1607
+
In a single deal cashflow run, if user get a result object via a `read=True`, then there is a candy function `toHtml()` will help to dump all cashflow and summaries to a single HTML file.
1608
+
1609
+
With a simple table of content , user can easily navigate to components of interset to inspect with.
0 commit comments