Required PPF Header
Every PPF file must include certain system information used by MCS. If this data is missing, the report will not process.
Include the following at the top of every PPF file:
var ppf_cf = '~vwsystem~';
var ppf_sc = '~setconditions~';
var ppf_deps = [ppf_cf + 'default.ppf'];
loadPpfDeps(ppf_deps);

