SqlDef

This is the section where the actual SQLs that fetch the bucketized data are defined.

SqlDefs in TLV reports are the same as of SqlDefs in Reports except we can support any number of SqlDefs in TLVs and associate them to different DM.

For more information on SqlDefs, please refer to the Report chapter on SqlDef

<SqlDef Name="OrderReqDate" GroupName="TLVs"><![CDATA[
SELECT request_date from order where request_date >= $DATE_RANGE_START$ and request_date <= $DATE_RANGE_START$
]]></SqlDef>