Z report Customization

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

Reply to
Fez
Loading thread data ...

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,

Reply to
Akber Alwani

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:

Reply to
Fez

Reply to
Akber Alwani

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:

Reply to
Amy

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

Reply to
Amy

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.