Sign in to follow this  
rasmichilakamarri

Link Max Character Size(link attribute)

Recommended Posts

Hi,

i need the maximum length of characters supported in the link attribute in SET tag.

I have included a javascript call in link attribute which when clicked on bar will call that particular javascript function in a jsp. Its performing well till specific length of characters. But, if the characterd exceed a certain limit, then the script call is not getting fired.

Please help me in finding out a solution for this

Below is my code:

<chart caption=' ' xaxisname="Gender" yaxisname="Employee Number" 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="M" value="2" link="JavaScript:drillDownJS('M','344','wherecdn',' AND ASG_PRIMARY_FLAG = (^Y^) AND ASSIGNMENT_TYPE = (^E^) AND TO_DATE(^11-Jun-2010^,^DD-MON-YYYY^) BETWEEN PERSON_EFFECTIVE_START_DATE AND PERSON_EFFECTIVE_END_DATE AND EMPLOYEE_FULL_NAME IN (^Elkins, Kurt Bradley (Kurt)^) AND TO_DATE(^11-Jun-2010^,^DD-MON-YYYY^) BETWEEN ASG_EFFECTIVE_START_DATE AND ASG_EFFECTIVE_END_DATE','As%20of%20Date^Employee%20Full%20Name','#11-Jun-2010#^#Elkins,%20Kurt%20Bradley%20(Kurt)#','viewName');" label="M"/>

</chart>

Thanks in advance

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