I will design a Report in vs code,
But i will like to know hwre to add the SETCURRENT KEY command.
This is an example
dataset
{
dataitem("Proyeccion Matteriales ";"Proyeccion Matteriales ")
{
DataItemTableView = sorting("Item No.") WHERE (Tipo = FILTER('PROYECCION REPORTE'));
0
Answers
RIS Plus, LLC
In C/Side environment I created a keys in the table and then using this key in the Report for create a group.
But this is my First report using VS code
Is there a reason why you use SETCURRENTKEY to sort, when there is a property for that at the dataitem level?
RIS Plus, LLC
Is there a reason why you use SETCURRENTKEY to sort, when there is a property for that at the dataitem level? Because i will like to goup item and create totals
RIS Plus, LLC