Inline Events

Inline events cause an inline section to be opened in a popover to provide drilldown without leaving the report.  

Attributes

section

The ID of the inline section to display.

show

The event on which to display the inline section:

  1. CLICK
  2. HOVER

filters

Any attributes where the name of the attribute is a subject code will be used to filter the inline section.

variables

Any other attributes will be passed to the inline section as a variable.

Example

<moxydoc:column id="month1" type="MONEY" metric="AMOUNTDUE" title="{format($date,'MMM yyyy')}" period="MONTH">

         <moxydoc:inline section="InvoiceSection" event=”CLICK” CON="INV[CON#ID]" fromDate="som($date)"         toDate="eom($date)" />

</moxydoc:column>


Click to see Comments

Help comments powered by Disqus