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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mtkst13
Contributor III
Contributor III

Customizing the Alert email template and logic for "Current data (showing X records out of Y)"

Hello.

We are customizing the drill to dimensions .hjs file.  I downloaded the dimensions.hjs off of the alerts page and have been updating the HTML, formatting, etc.  However, in the Current Data table section, the dimensions.hjs that I downloaded from the alerts site does not contain the logic that the out-of-the-box drill to alerts has, such as 

Current data (showing 100 of 1083)

 

What is the code to show what is in parenthesis so that I can add that to my customization?

 

R,

Maria

Labels (2)
1 Reply
mtkst13
Contributor III
Contributor III
Author

I believe this is the answer:

<small>(Showing {{limitRows}} of {{nRows}} Records)</small>

limitRows is the max number of rows to pull into the message.  nRows is the number of records meeting the alert conditions.

However, wondering if limitRows is set on the backend because what if nRows is less than limitRows?

R,

Maria