ClearCollect(colChildRec,Items4Labels);
ClearCollect(colExportChild,ShowColumns(Filter(colChildRec,'PARENTID: RESERVE'.Value = SearchInput1.Text),'PARENTID: RESERVE','PARENTID: OUTDATE','PARENTID: JOBNAME','PARENTID: PRINTNAME','PARENTID: NAME','PARENTID: TOTALLABEL',PARENTID,QTYLABELS,CONTAINER,QTYPER,MEMO,'PARENTID: INITIALS'));
Concurrent(
Notify("Working on it...",NotificationType.Information),
Set(csvFileUrl, TicketsandItemsCSV.Run(JSON(colExportChild,JSONFormat.IgnoreBinaryData & JSONFormat.IgnoreUnsupportedTypes)).fileurl
));
Launch(csvFileUrl)
Collect(KeyValuePairs,
{
Key: "Key1",
Value: "Value1_1"
},
{
Key: "Key1",
Value: "Value1_2"
},
{
Key: "Key2",
Value: "Value2_1"
},
{
Key: "Key2",
Value: "Value2_2"
},
{
Key: "Key3",
Value: "Value3_1"
},
{
Key: "Key3",
Value: "Value3_2"
},
{
Key: "Key4",
Value: "Value4_1"
},
{
Key: "Key4",
Value: "Value4_2"
}
)
MS.Ragavendar
20
BCBuizer
10
Super User 2025 Season 1
LC-26081402-0
10