Hi,
I'm having difficulty setting up an embedded report.
The report (id = 9, m = 1) has three parameters
u1 - date1
u2 - date2
p3 - int
u1 and u2 are user changeable, and p3 is a protected parameter. From the Direct URL documentation, I understand that I should be able to build a hash formatted as 9p3{int}m1{secret}, which should be able to build a URL of the format report.php?r=9&u1={date1}&u2={date2}&m1=&h={hash}
This does not seem to be working. Obviously there is something I do not understand, but I have no idea what I'm missing. I would love some input as to where I am going wrong.