How to put group element on the header/footer?
Ex: there are four departments, each department have some employees.
Requirement:
1)Each department is on the header and the employees correspond that department is on the detail.
2)Each page display page number of the report on the footer.
Comments
data will span accross pages.. as you expected.
thanks.
I am very new in siebel CRM, hope you can give me the solutions about how to definning date parameter in .rtf, so that report could be upload in siebel BI publisher report.
I have the syntax like this (in .rtf that i build in microsoft word)
Header section:
?param@begin:START_DATE?
?format-date: START_DATE;’02-03-2011’,'DD-MM-YYYY'?
Body Section:
?StartDate;'DD-MM-YYYY'?
?for-each:Campaign[StartDate=$START_DATE]?
My goal is to filter data that the date= 02/03/2011 07:18:09
and my syntaxs above failed to filter...
I use Siebel 8.1.1.3 and BI Publisher Report 10.1.3.4
Do you familiar with the problem like above?there is some expert of .rtf here?please help me..
My other answer are:
1. In the for each section in .rtf is limited word, how we declare many parameter in there?
2. If i use group in .rtf then declare <@param...> then occured error when preview
3. How to declare syntax in group(if i want to filter group)
4. How to declare from & to date in for each, >=from date and <=to date in for each
Thank you in advance