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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sxbbb
Creator III
Creator III

select the correct fields and values. Don't select a field. Invalid value

select the correct fields and values. Don't select a field. Invalid value
 

Retest : 

(Sum( 

{$<DATE={">=$(=max(Date_Start))"}, Day=, Month=, Year=>}
[RE-TEST]))

Select FX_FixtureID ='20220282'

Results :

Sxbbb_0-1720843544291.png

 

But if FX_FixtureID is not selected, the value is wrong. 

Sxbbb_1-1720843544292.png

 

Want the correct value displayed Even if FX_FixtureID is not selected

5 Replies
anat
Master
Master

Can you share your data with date field

rubenmarin

Hi, you can try adding the expression to a table without expression titile, so you can see how it's transforming =max(Date_Start), and confirm how it works when there is no FX_FixtureID, maybe it's returning something unexpected.

Or maybe it's becasuse of the format of DATE field.

Sxbbb
Creator III
Creator III
Author

Table Retest 

Load FX_FixtureID ,
         DATE,
         DATE_ARRAY,
         KEY_ARY  


Table Retest 
Load  KEY_ARY  ,
          Retest 

Table Header 
     Load  FX_FixtureID  ,
                Date(if(IsNull(ET_StartDatetime) ,Date(ET_CreateDate),Date (ET_StartDatetime))) as   Date_Start,
         
The problem I encountered was that I had to select FX_FixtureID to make =max(Date_Start) display. What should I do?

Sxbbb
Creator III
Creator III
Author

*** Table RetestReport

Load FX_FixtureID ,
         DATE,
         DATE_ARRAY,
         KEY_ARY  

Sxbbb
Creator III
Creator III
Author