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

Is there a way to restrict the return value from a specific table?

Hi all,

I'm trying to identify the MIN and MAX dates for a table of sales data I have, the issue I have here is that this table is linked to a larger date calendar which enables me to link in other table data sets, which means that the MIN and MAX are bringing back the date range from ALL available dates, rather than just from the table in question.

Is there a way to restrict my selection to just the table of data I am interested in obtaining the min and max dates for?

Thanks,

RG

1 Solution

Accepted Solutions
Not applicable
Author

You could use à set analysis in your min/max. Using à field in the table you want to analyse that you know is populated. Max({<KeyField={"*"}>}Date)

View solution in original post

1 Reply
Not applicable
Author

You could use à set analysis in your min/max. Using à field in the table you want to analyse that you know is populated. Max({<KeyField={"*"}>}Date)