nats_display_stats_retention
Display retention statistics
Article Topics: Customization, Templates, Smarty
Alias: display_stats_retention
Parameters
Template used to display output
Any valid template
The template, function_display_stats_retention
tpl="my_template"
period
The period to get statistics for
Any valid period I.D. number
0
period="7"
no_form_vars
Don't use any form variables
1
None.
no_form_vars="1"
Maximum number of results to display (Click link for details)
Zero or any whole number greater than zero
10
count=20
Hide all results lower than this number (Click link for details)
Any whole number greater than zero
None. (Doesn't hide any results)
start=10
order
Display statistics in this order
1
None.
order="1"
no_order
Prevent NATS from displaying statistics in order (overrides above parameter)
1
None.
no_order="1"
Prefix output variables with this word. (Click link for details)
Any valid Smarty variable name
None. (No prefix is used)
assign_prefix="myvar"
Output
Displays member retention statistics using the function_display_stats_retention template. Also store statistics in the following Smarty variables and arrays: {$referral_count}, {$stats}, and {$totals}.
Last updated
Was this helpful?