cancel
Showing results for 
Search instead for 
Did you mean: 

setStartDate() and setEndDate() applet methods not working

Former Member
0 Kudos

I am Using setStartDate() and setEndDate() applet methods to set Start and End Date of my XACUTE output. But its not working.

document.<appletname>.getQueryObject().setStartDate(<Start Date>);

document.<appletname>.getQueryObject().setEndDate(<End Date >);

This is the part of the code i am using.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It seems you are trying with proper format following things i can suggest.

Check date time format which you are passing should be correct.

also you can try setParam(SD,StartDate) and setParam(ED,EndDate)

hope it helps!!

Regards,

Manoj Bilthare

Former Member
0 Kudos

Hi Manoj,

Thanks for the Reply.

Now its working.

I am using both refresh() and updateChart(true) to the chart object for updating the parameters.

Once i remove the refresh it started working.

Thanks Arti for the valuble suggestion.

Selva

Answers (0)