Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have a list report displaying BookGroupID and TotalSale.
I have a currency prompt on report and as per currency selection, TotalSale will get displayed either in dollars or euros.
I want one more prompt it should contain choices such as 'EURO', 'kEURO', 'mEURO', 'Dollar', 'kDollar', 'mDollar' and the options belonging to euro should only get displayed when euro is selected from currency prompt and same is case with dolllar.
When I select EUR then normal 'TotalSale' figures should be displayed, if I select 'kEuro' then 'TotalSales figures divided by 1000 should get displayed and when 'mEuro' selected then 'TotalSale' figures in million euros should be displayed.
Same thing should be with 'dollar', 'kDollar' and 'mDollar'.
Please help me how can I achieve this?
Thanks in advance.
 
					
				
		
 lironbaram
		
			lironbaram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hei
attach is an example
hope its helps you
 
					
				
		
Hi Iiron,
I have personnal edition of qlikview, so I can't open your file 
Could you please past script here?
On Tue, Sep 20, 2011 at 6:07 PM, liron baram <
 
					
				
		
 lironbaram
		
			lironbaram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		sum
(if(Currency='Euro',SalesEuro, SalesDolar))/min(divider)
