hi,
i have created a report with list of parameters which in turn calls Stored Procedure to generate the Cross table View.
i have created a hyperlink on the Cross table view query.On clicking the hyperlink, i am setting the parameters and calling the report page again.
the hyperlink looks like this:
[@name="Testmk"]/report[@name="C_P_Drill"]&p_From_D=200301&p_TO_D=200407&p_Client_Name=TRADITIONAL%20FUND%20MANAGERS&p_Region_Bkey=EMEA&p_Region_Value....
Now the problem is the hyperlink sening the URL as GET method ,so in GET there is the limitation of sending the total length of URL.Therfore i want the URL to send as POST method.
Is it possibal to send the the URL in POST form??
Regards
Meera
i have created a report with list of parameters which in turn calls Stored Procedure to generate the Cross table View.
i have created a hyperlink on the Cross table view query.On clicking the hyperlink, i am setting the parameters and calling the report page again.
the hyperlink looks like this:
[@name="Testmk"]/report[@name="C_P_Drill"]&p_From_D=200301&p_TO_D=200407&p_Client_Name=TRADITIONAL%20FUND%20MANAGERS&p_Region_Bkey=EMEA&p_Region_Value....
Now the problem is the hyperlink sening the URL as GET method ,so in GET there is the limitation of sending the total length of URL.Therfore i want the URL to send as POST method.
Is it possibal to send the the URL in POST form??
Regards
Meera