Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

i want write a condition for 'purchases only in hyderbad'?

pls  help me   to write condition for  purchases  only from  hyderbad

10 Replies
simondachstr
Luminary Alumni
Luminary Alumni

Use set analysis. For more information on that topic, please read the QlikView Reference Manual.

senpradip007
Specialist III
Specialist III

Try like:

Sum({<Location = {'Hyderabad'} >} [Purchase Amount])

Not applicable
Author

just give me  expression  for  this  scenario  pls

SunilChauhan
Champion
Champion

sum({<Fieldname='purchases  only from hyderbad'>} Amount)

Sunil Chauhan
Anonymous
Not applicable
Author

Try like:

If(Location='Hyderabad',Sum(Purchase Amount))

Warm regards,

Venkata Sreekanth

its_anandrjs

What are the Dimension and Expression you have you can try like

Sum({<City ={'Hyderabad'}>} [Purchase Amt] )

Or

Sum({<CityCode ={'Hyd'}>} [Purchase Amt] )

Or

Sum({<Store ={'Hyderabad'}>} [Purchase Amt] )

SunilChauhan
Champion
Champion

Hi manoj

to avoid we can post unwanted thing please give more detail about requirement

its better post a sample

hope this helps

Sunil Chauhan
Not applicable
Author

i got it yar here after i will follow

Not applicable
Author

sum({<[field name]={'hyderabad'}>}purchase amount])