XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "Scheduling with the File-based Repository"
(Created page with "/* * 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...") |
|||
Line 1: | Line 1: | ||
− | /* | + | /* |
− | + | * 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% | ||
+ | */ |
Revision as of 14:11, 12 August 2011
/* * 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% */