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

Breaks in Data

Hello All,

I am having trouble breaks in data. I am trying to create a straight table that shows me when data is not entered into a database. I will attach a mocked up version of what i am trying to accomplish.

1 Reply
sunny_talwar

Try this as your dimension

=Aggr(If(Sum(HOURS) = 0 and DEPT = '44840', LAN_ID), LAN_ID, MONTH, DAY_NUMBER, YEAR)