Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleQuery example

select mc.firstname,mc.lastname,mc.account_no from m_client mc
where mc.activation_date between ${startdate} and ${enddate}

    Image Removed  Image Added

7.  Once you create executable Sql Query, you may have to add parameters if required. In order to embed Pentaho Report to Finflux, At least you have to create 3 parameters which are passed to Finflux, namely

...