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: 
danielnevitt
Creator
Creator

Expression Dates

Hi,

It would be much appreciated if someone could advise how I can amend the below expression to show greater than or equal to 30/06/2014.

Sum({<CONTRACT_DT={`30/06/2014`},INTERNAL_IND={`Inter Company`}>}CONTRACT_QTY)

Thanks,

Daniel

1 Solution

Accepted Solutions
PabloOrtiz
Partner - Creator
Partner - Creator

Hi,

Sum({<CONTRACT_DT={'>=30/06/2014'},INTERNAL_IND={'Inter Company'}>}CONTRACT_QTY)

View solution in original post

2 Replies
PabloOrtiz
Partner - Creator
Partner - Creator

Hi,

Sum({<CONTRACT_DT={'>=30/06/2014'},INTERNAL_IND={'Inter Company'}>}CONTRACT_QTY)

danielnevitt
Creator
Creator
Author

Thank you for your help.

Regards,

Daniel