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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tracking "new" instances using previous command - help !!

Hi,

I am trying to identify which concepts have newly appeared at which start_period.

Kindly have a look at the snapshot which covers both the front (table box) and the back end script.

Ex: The "zein" concept though it is OLD it is marked as NEW. Kindly help .Untitled.png and the backend script.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

I assume your issue is because you create your Start_Period values as text values, then sort ascending in your second load, while you probably assume a chronological sort. Try

Monthname(Start_Period) as Start_Period

for now.

View solution in original post

2 Replies
swuehl
MVP
MVP

I assume your issue is because you create your Start_Period values as text values, then sort ascending in your second load, while you probably assume a chronological sort. Try

Monthname(Start_Period) as Start_Period

for now.

Not applicable
Author

Thanks Swuehl,

That worked like charm.