It looks like you're new here. Sign in or register to get started.
if CurrReport.SHOWOUTPUT then NoOfLines := NoOfLines + 1; //there can be 2 or 3 or... if the groupfooter has more lines
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
and then use NoOfLines as the variable on some Footer...
Of course, do not forget to clear the variable in case you want to count from beginning. NoOfLines is integer global variable.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.