In the Report Scheduler it often comes up that you need to describe the data presented in the report widgets. If the report widgets are of a type that deliver a single value, ActiveDEMAND supports dynamic fields that will allow you to display the number inline using a shortcode. The inline shortcode can display a widget as an inline number.
The dynamic field to display a widget as a number is in the following format:
%ATTACHED_REPORT(
The arguments are widget dependent.
Inline number style widgets will be inserted as system fields with the required arguments in place. Below is a list of all possible arguments used with inline number reports:
Examples:
%ATTACHED_REPORT(r_id: 34, date_type: inherit, end_date: not_set, start_date: not_set).VALUE%
%ATTACHED_REPORT(r_id: 34, date_type: inherit, end_date: not_set, start_date: not_set, list_id: 547).VALUE%
%ATTACHED_REPORT(r_id: 34, date_type: inherit, end_date: not_set, start_date: not_set, gafilter: ‘ga:medium==cpc’).VALUE%
Comments
Please sign in to leave a comment.