Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mtkst13
Contributor II
Contributor II

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 (1)
1 Reply
mtkst13
Contributor II
Contributor II
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