Rasmi.Chilakamarri

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by Rasmi.Chilakamarri

  1. 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
  2. maximum length of drilldown script in link

    can anyone please provide me the solution for this! or atleast any problem with the code that have posted!!
  3. handling % symbol with xml data

    Hi , I am getting % symbol into my data XML and i am handling it by encoding it to %25. But that is throwing a javascript error when i pass the same encoded value to my javascript. Could u please help me in finding a solution or workaround Thanks
  4. handling % symbol with xml data

    Hi, encoding that with %2525 actually solved my problem in passing that value to the drilldown javascript funciton. Thanks a lot
  5. handling % symbol with xml data

    Hi, Thanks for the immediate Response Here is the sample code <chart caption=' ' xaxisname="Plan" yaxisname="Emp" palette="4" decimals="0" enableSmartLabels="1" enableRotation="0" bgColor="99CCFF,FFFFFF" bgAlpha="40,100" bgRatio="0,100" showBorder="1" showAboutMenuItem="0" labelDisplay="Rotate" slantLabels="1"> <set toolText="Blue Cross 80%" value="18" link="JavaScript:drillDownJS('Blue Cross 80%','483','wherecdn','paramcdn',' ',' ','html_7977_v');" label="Blue Cro..."/> </chart>