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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sarfaraz_sheikh
Contributor III
Contributor III

Regarding Selection

Hi All,

I want to extract the data in such way that ..i.e

Suppose i have below below data

Year               Month                  Day

2014-2015      Nov                      1,2,3,4,5,6,7,8,9

Now i want to extract the data till 7 Day.....I do not want 8,9 Day Data in mm Exel file ....How can acheive the same ..

Please help its urgent ...

Sarfaraz


Labels (1)
4 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

Hi,

It looks like "below data" is not enough.

Only if you need

LOAD

Year,

Month,

LEFT(Day, 13) AS Day1;

Could you give us more data?

Regards,

Sergey

Regards,
Sergey
sarfaraz_sheikh
Contributor III
Contributor III
Author

Hi ,

As per below image ...I do not want 17 Day related data .. I just want 5 ,7,13 data whenever i will click on Sep .

How i can achive this ...can anybody help

Sarfaraz

test.png

SergeyMak
Partner Ambassador
Partner Ambassador

Can you share your app and source... I can't catch why you don't need in the first case more then 7 and in the second case you don't need 17...

What is your business requirements?

Regards

Sergey

Regards,
Sergey
Not applicable

pls explain little bit clear