The only thing that may make a difference is that I have an "if" statement to look at the zoho.loginuser.
I setup a parameter for the report 'vLogin', then it checks to see if the email login id is from our company or not. If it recognizes someone from our company is logging in the
then it assigns the email (username) of one of our clients to the variable so it will pull fet their records and display the report.
input.vLogin = zoho.loginuserid;
if (zoho.loginuserid.contains("ghsaviationgroup"))
{
}
And as I mentioned... it works but almost never on the first attempt, only on refresh
Any Ideas?