Accessing Project Variables in the Report.html file

Nov 23, 2020

Hello, 

I'm having trouble accessing my custom project variables in my Report.html file.  I see them in my data.js file, but I can't seem to access them.  

I have NO ISSUE getting access to the built in variables.  But EVERY SINGLE project variable I can't access and display on the report.html file.

My current but FAILED script is this:

var player = window.GetPlayer();

var highCount= player.GetVar("1_Count_High");

console.log(highCount);

The error I am receiving is "window.GetPlayer is not a function"

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.