Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis problem

hi folks,

i have data from 2007 to 2011

 

i have one chart expression as

sum({<InvoiceStatus={'o'}>}InvoiceCollectedAmountSys).

but when i select 2011 year field , this chart displays no data display.

how to exclude perticular year in set analysis.

7 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     You mean like this or something else?

     sum({<InvoiceStatus={'o'},Year-={2011}>} InvoiceCollectedAmountSys)

Celambarasan

Not applicable
Author

Hi,

  Did you checked the year 2011 having the InvoiceStatus with 'o'?

-Jai

Not applicable
Author

hi,

in 2011 there is no records which is related to invoice status 'O'.

how can i exclude from the selection in set analysis

jvitantonio
Specialist III
Specialist III

Rag, if you have no data 2011 and yuo select 2011 it is ok that thechart doesn't show anything. What do you expect to see?????

lalitinmbd
Partner - Contributor III
Partner - Contributor III

Try the below formula-

sum({<InvoiceStatus={'o'},Year={'2011'}>} InvoiceCollectedAmountSys)

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     What do you mean by excluding here?

     What result you need to get on selecting 2011?

Celambarasan

lalitinmbd
Partner - Contributor III
Partner - Contributor III

Below Expression will exclude the selection on Year.

sum({<InvoiceStatus={'o'},Year= >} InvoiceCollectedAmountSys)