From: Zoltan B. <zb...@du...> - 2005-06-12 15:25:08
|
Hi, how can I pass some strings to my reports? I saw rlib_set_output_parameter() in the documentation, both the C and PHP API says: SEE OUTPUT PARAMETERS. But this section isn't in the documentation. So, if I would like to display a date interval in a subtitle-like line, I use rlib_set_output_parameter(r, "start_date", mystartdate); rlib_set_output_parameter(r, "end_date", mystartdate); but how can I use them in the report XML? r.start_date? Not an internal variable. v.start_date? Not a variable defined in the XML. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |