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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create a condition column in QV

Good day,

I have a table as below:

I want to create this new column, considering the date in column C, with the condition that it shall consider only the date in column B as "Air" and also considering in column A for each number respectively.

ABCNew Column
1Air01/01/201201/01/2012
1Ball02/01/201201/01/2012
1Car03/01/201201/01/2012
2Ball20/01/201221/01/2012
2Air21/01/201221/01/2012
2Car22/01/201221/01/2012
2Desk23/01/201221/01/2012
3Desk01/02/201202/02/2012
3Air02/02/201202/02/2012

    

Regards, Jorge

1 Reply
swuehl
MVP
MVP

In a chart, you can try something like

=only({<B={Air}>} total<A> C)