
Rasmi.Chilakamarri
Members-
Content count
6 -
Joined
-
Last visited
Everything posted by Rasmi.Chilakamarri
-
maximum length of drilldown script in link
Rasmi.Chilakamarri posted a topic in Using FusionWidgets XT
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 -
maximum length of drilldown script in link
Rasmi.Chilakamarri replied to Rasmi.Chilakamarri's topic in Using FusionWidgets XT
can anyone please provide me the solution for this! or atleast any problem with the code that have posted!! -
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
-
handling % symbol with xml data
Rasmi.Chilakamarri replied to Rasmi.Chilakamarri's topic in Using FusionWidgets XT
Hi, encoding that with %2525 actually solved my problem in passing that value to the drilldown javascript funciton. Thanks a lot -
handling % symbol with xml data
Rasmi.Chilakamarri replied to Rasmi.Chilakamarri's topic in Using FusionWidgets XT
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>