Hi.
I have a few reports I want to use the same parameter queries with as 75% of the them are exactly the same. Yet 25% differ slightly in what they should return (e.g. more/less options depending on the report purpose).
Is there a detect in a parameter query the report name? I tried using inAutoReportURL and getting the hash value, but these sometimes returns a url with a hash value and sometimes without. If there another way to avoid having to fork a parameter query? If I would get the report name or id - I could hook that into the query to essentially say "if report A, show x, y, z else show a,b,c,d,e,f,g,...x,y,z)
Thanks!