Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis

Hi Guys,

How can i get all records for till date using set analysis? for ex today(25-Apr-2016) i wanna all records for the month using set analysis

1 Solution

Accepted Solutions
sunny_talwar

Try this May be:

{<DateField = {"$(='<=' & Date(Today(), 'DateFieldFormatHere'))"}>}

View solution in original post

7 Replies
sunny_talwar

Is this issue resolved Gopi?

Anonymous
Not applicable
Author

Hi,

If the date is month wise , you can use this .. please let me know if your DATA is in datewise .....

LOAD * INLINE

[

date, sales

march, 5000

march, 6555

april, 555

april, 77

april, 8888

april, 1200

];

For  Expression :

sum({1<date={april}>}  sales)

Not applicable
Author

Hi Allu,

Thanks for concern about this issue, this one solved. But my interview asked me today date without any date mention. How do you do without knowing the exact date???

Not applicable
Author

Hi Sunny,

No not yet...

sunny_talwar

Try this May be:

{<DateField = {"$(='<=' & Date(Today(), 'DateFieldFormatHere'))"}>}

Not applicable
Author

Ooh Sunny,

Thank you so much it works well.....

Thanks...

sunny_talwar

If my response proved helped you then please mark it as the correct answer. This way people in future will find it useful as well when they land on this thread

Qlik Community Tip: Marking Replies as Correct or Helpful