Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Master Page Footer & Data row ??
Master Page Footer & Data row ?? [message #118510] Fri, 27 January 2006 11:02 Go to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.com

Hi all,

When i use row["xxxxxx"] in Footer with ObjectDataSource, i can't get the
value of my data. Footer is generat before the main so how can i get and
work with my values in Header or Footer ?

Regards.
Denis.
Re: Master Page Footer & Data row ?? [message #118515 is a reply to message #118510] Fri, 27 January 2006 11:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi Denis,

What do you want to achieve in your footer. Sum? Then you should use
something like Total.sum(row["row_to_use"]);

Regards, Jan.

Denis wrote:
> Hi all,
>
> When i use row["xxxxxx"] in Footer with ObjectDataSource, i can't get
> the value of my data. Footer is generat before the main so how can i get
> and work with my values in Header or Footer ?
>
> Regards.
> Denis.
>
>
Re: Master Page Footer & Data row ?? [message #118531 is a reply to message #118515] Fri, 27 January 2006 11:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.com

Hi jan,

i have an object (from DataSourceObject & open/fetch method) and i write
some properties in the body (table with link and row["xxxx"]). After, i
want write another attributes of my object in the footer, actually i
can't. I have link my text expression but i've no result. any idea ? (if i
copy my footer's text expression to body, it's ok i've result, but i want
it in footer :D)

Regards.
Denis.
Re: Master Page Footer & Data row ?? [message #118626 is a reply to message #118531] Fri, 27 January 2006 12:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi Denis,

You can only refer to row[] in your table body. I suggest that if you
want some data in your footer you should use JavaScript.

Regards, Jan.


Denis wrote:
> Hi jan,
>
> i have an object (from DataSourceObject & open/fetch method) and i write
> some properties in the body (table with link and row["xxxx"]). After, i
> want write another attributes of my object in the footer, actually i
> can't. I have link my text expression but i've no result. any idea ? (if
> i copy my footer's text expression to body, it's ok i've result, but i
> want it in footer :D)
>
> Regards.
> Denis.
>
Re: Master Page Footer & Data row ?? [message #118644 is a reply to message #118626] Fri, 27 January 2006 13:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.com

Thanks Jan. Have you got some samples ?

Regards.
Denis.
Re: Master Page Footer & Data row ?? [message #118668 is a reply to message #118644] Fri, 27 January 2006 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

You should do something like this in your DATA object

if(you_want_to_store_this_record_for_some_reason) {
value_to_store = row["record_you_want_to_store"];
}
row["record_you_want_to_store"]

I hope this will get you going, if have no examples to show you, sorry.

Best regards, Jan.

Denis wrote:
>
> Thanks Jan. Have you got some samples ?
>
> Regards.
> Denis.
>
Re: Master Page Footer & Data row ?? [message #118835 is a reply to message #118668] Fri, 27 January 2006 16:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xxx.xxx.com

Sincerely, i don't find solution to get data in my page footer :(
If i have an object, how can i get value in footer ?
I declare variable, and i set it, and how can i get it in footer with
javascript ? ...
Re: Master Page Footer & Data row ?? [message #119503 is a reply to message #118835] Mon, 30 January 2006 06:03 Go to previous message
Eclipse UserFriend
Originally posted by: jan.tanis.coas.com

Hi Denis,

Place a Data field in it and then you can reference your JavaScript
value from it.

Regards, Jan.

Denis wrote:
>
> Sincerely, i don't find solution to get data in my page footer :(
> If i have an object, how can i get value in footer ?
> I declare variable, and i set it, and how can i get it in footer with
> javascript ? ...
>
>
Previous Topic:Change the report design database password runtime..
Next Topic:2.0 RC2 bug
Goto Forum:
  


Current Time: Sun Oct 06 09:15:23 GMT 2024

Powered by FUDForum. Page generated in 0.03224 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top