Crystal Sum with two conditions -


i trying summary 2 conditions, sumifs function of excel - sum(total_costs) region = 4 , currency = usd. in advance

you have create formula called @region4usd

something like

if ({yourreport.region} = 4 , {yourreport.curency} = "usd")     {yourreport.total_cost} else     0 

then create sum on formula


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -