Sign in to follow this  
Rasmi.Chilakamarri

maximum length of drilldown script in link

Recommended Posts

Hi,

i wanted to know , if Fusioncharts has any limit on the string in the link attribute

eg:

<set toolText='(Blanks)' value='38' link='JavaScript:drillDownJS("(Blanks)","337"," "," AND   ((UPPER(^Active^) = ^BOTH^) OR (UPPER(^Active^) = ^ACTIVE^ AND sysdate %26gt;= nvl(p_start_date,sysdate - 1) AND sysdate %26lt;  nvl(p_end_date,sysdate %25252B 1)) OR (UPPER(^Active^) in (^INACTIVEEEE^) )) ","parnames","parvals","viewName");' label='(Blanks)'/>

this is working fine but.. but if the lenght of the parameter values exceed (say, if we add even a single character after INACTIVEEEE) in drilldownJS beyond that, its not callingthe javascript funciton.

Please help me out in finding out the solution

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this