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: 
jpjust
Specialist
Specialist

Complicated output - Help required

Hi All,

If some one can help me would be much appreciated.

Here is my raw output below from the script.

jpjust_2-1642093571529.png

From the above, I am looking for an output like the below as single record (Basically the highlighted ones from above)

I want to achieve this by writing  expression on the front end rather than on the load script.

I tried expressions such as Max etc., but did not work.

jpjust_3-1642093586352.png

Thanks for taking time to look into this.

2 Replies
MarcoWedel

Please post some sample values as text and specify the logic that defines the expected result.

thanks 

jpjust
Specialist
Specialist
Author

Hi Marco,

Thank you for the initiative to help here.

I have attached the sample qvf itself to make it clear. This is based off an monitoring app and I am trying to bring a bit more info from Analysis script.

Please look at the Analysis sheet and I filtered out for App Names.

Following is the output I expect for TEST and TEST(w)

Basically, the Max Analyzed Date for the App Name should get aligned with AppName that don't have (1)

The app list are those published today. For that I use an expression like this - =Aggr(Only({<[App Publish Date] = {'$(=Date(Today(),'YYYY-MM-DD'))'}>}[AppName]),[AppName])

jpjust_1-1642108385218.png

Desired output

jpjust_2-1642108715322.png

Please let me know if this is some thing doable.

Thanks very much!!