Z report Customization

Sep 14, 2007 5 Replies

Hi folks,



How do i customize the z-report so that I can chose which department sales i want..for example..i only want to show department sales for:



Produce Meat Candy instead of all the department sales...



Thanks


hi Fez, you can open the xreport.xml and find the Department Totals: you wil find the For loop there just go in that and add few condition like:

Report.Department.Name="Meat" /CONDITION> Report.Department.Name "|" Report.Department.Sales "|" Report.Department.PercentageSales

I am not sure that you can use the > Hi folks,

Hi Akber Thanks For the reply. I tried the same condition before posting this topic. I dont know if it is a bug or something..but this was my code :

Report.Department.Name="Meat" Report.Department.Name"|" Report.Department.Sales "|"

Report.Department.PercentageSales

---------------------------------------- But this didnot work. What works is if i want to see the department sales greater than 0 it works : Report.Department.sales >0 but i dont know how to use the string value to use where i can meet a condition. I searched through other reports but i didnot find any that is using a string value..

Thanks

"Akber Alwani" wrote:

I am trying to do something similiar, I don't want a voucher department to print. This is the code:

Report.Department.Name =!; z

Report.Department.Name "|" Report.Department.Sales "|" Report.Department.PercentageSales

I've also tried Report.Department.Name z

Any ideas? Thanks so much.

"Akber Alwani" wrote:

what do you mean by create the variable of fixed department? Thanks

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required