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: 
Anonymous
Not applicable

Delete row

     Hello Guys,

Hello Guys,

I am facing one issue, where record number was created for two companies on same date, The expression should be include latest  record in the report .I marked in the color red for the required record in the attached screen capture. Please check it and suggest me.

Regards,

Krishna

5 Replies
jaumecf23
Creator III
Creator III

In the affected expression, set the total mode as it says the screenshot :Captura.PNG

Anonymous
Not applicable
Author

Hello Jaume,

The final value will be expression total because the value should match to KPI value, Anyway still same result  after selecting your suggested option. Need a condition which excludes if same record found in two places.

Regards,

Krishna

jaumecf23
Creator III
Creator III

Maybe you can use the Dimensionality() function and do an expression formula for the total expression

Anonymous
Not applicable
Author

Hello Jaume,

Can you provide me one example of Dimensionality() function ,please


Regards,

Krishna

jaumecf23
Creator III
Creator III

Something like this :

if(Dimensionality()=0, expression for total, actual expression)