XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Scheduling with the File-based Repository
Revision as of 13:27, 17 August 2011 by Colin Overton (talk)
Introduction
XLCubed Web Edition can be used to deliver reports to users automatically.
Using a schedule you can define which reports go to which users, and can optionally parameterise the results.
/* * common placeholders: * %date% * %time% * %datetime% * %rolename% * * these trigger firing a report for each user instead of firing the same one to all * if they are used in a report parameter only! * if in email title/body then just a different email, same attachment: * %email% * %username% * %displayname% * * if running a distibutionlist you can put the groupname in different for all the users in the group * so all in the group get the same report, but it is different for each group * %groupname% * * a single parameter can take this, signifying that the referred-to cell must be true, * otherwise the attachment will not be sent * %sendiftrue% */