Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
On drill how to change get to post method.
harik
<p>Hi,</p>
<p> I am using on drill framing url like below mentioned .How to change this as POST method.</p>
<p> </p>
<p>var url = params["rp_userURL"].value + "?region="+params["Region"].value +"&rp_drillData="+params["rp_drillData"].value+"&designName=Asset_Management_Dashboard_Drill_Notification.rptdesign&rp_CategoryData="+row["AssetType"]+"|"+row["Value"]+"|"+row["AssetGrouping"];<br>
url;</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Regards,</p>
<p>Hari</p>
Find more posts tagged with
Comments
Clement Wong
<p>This is for iHub? What version are you using?</p>
<p> </p>
<p>So are you submitting an execution of the report and view via /executereport.do?</p>
<p> </p>
<p>Where is this code in your report? A hyperlink? In a chart?</p>
harik
<p>Ya , This is for Ihub. In a chart if you click on bar then with hyperlink we executing the url.</p>
harik
<p>Hi Clement Wong,</p>
<p> Can you help out in this?</p>
<p> </p>
<p> </p>
<p>Regards,</p>
<p>Hari</p>
Clement Wong
<p>Looks like your trying to run a different report with parameters? Why not use the Drill-Through option in the Hyperlink options instead of URI?</p>
<p> </p>
<p>Otherwise, we can not use this interface and use the Chart scripting to bind a POST to whatever URL you want.</p>