Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
|
What is the code to show what is in parenthesis so that I can add that to my customization?
R,
Maria
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