Skip to Content
0
Former Member
Mar 04, 2008 at 11:25 AM

Cookie value not getting retrieved after the page reload for second time

21 Views

Hi All,

I have a peculiar problem when integrating BW template with Portal.

I have 1 BW template which contains two tabs and 5 drop down list, applicable on both tabs.

One tab has a tabular view and a graph below it and second tab has graphical representation.

The filters to the graph are fed from the drop down list of the BW query object.

I have problem with displaying the graph selected previously when the page is loaded with

the new selected option (thru drop down filters).

I am using Java script the store the GraphId in the cookie, and retrieve the same GraphId to

display the graph on the second time page is loaded.

When I am invoking this using WAD, this works perfectly fine, where in the cookie onload is

getting retrieved for the second time, but when I integrate the same in portal using an Iview

the cookie is not getting set in the session for the first time. There after for all loads

the session has the cookie value set.

Please let me know if anyone has faced a problem similar to this,

any pointers as to where the error could be (BW or Portal or JavaScript) ??