Suppose, I have Table with key Field1,Field2,Field3,...
And I want to group by
GroupTotalFields = Field1,Field3 with key (above)
But report grouping as GroupTotalFields = Field1,Field2,Field3 in section with onpre triger:
CurrReport.SHOWOUTPUT(FIELDNO(Field3) = CurrReport.TOTALSCAUSEDBY);
Can I make results by standart grouping way, avoiding to create key Field1,Field3.
Or it is necessarily incredible variable
0
Comments
assume this:
it is Sorted with Field 1, Field 2, Field 3 key. If you want group by Field 1, Field 3 for each record will be group section called because Field 3 is still changing his value. You must sort it in this way>
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Its precisely that I want.