Luan
(Luan)
March 14, 2022, 12:22pm
1
Hey ! Guys, I want to delve into the LINQ language with excel, do you have an article or forum that teaches the basics or advanced on this subject?
ppr
(Peter Preuss)
March 14, 2022, 12:24pm
2
1 Like
Hi @Luan ,
I’ve actually started a series on this and continuously updating it every week.
Also, I’ve included sample workflows as well.
I hope you find them resourceful:
Kind Regards,
Ashwin A.K
Gokul001
(Gokul Balaji)
March 14, 2022, 12:27pm
4
Hi @Luan
have a look on the Tutorial
Hello Everyone,
I would like to present this post who are looking for the expressions related to the Date Format, String manipulation and LINQ
Basic of Date formatting
In this below topic, you will learn about Date Formats
Convert datetime to week of year
System.Globalization.CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(System.DateTime.Now, System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.CalendarWeekRule,System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.Fi…
LINQ is part of the .NET framework and offers capabilities for interacting with data, objects or other sources within a particular syntax.
This HowTo introduces on starting with LINQ (Language-Integrated Query).
Current Version of this topic is DRAFT and will be finalized / enhanced soon
Introduction
Typical tasks for implementing parts of an automation project are interacting with e.g. with data in a datatable or items from collections. LINQ can help to implement it into a compact and standa…
This HowTo introduces on the different options for grouping data from a datatable in order to process the grouped data.
Introduction
Grouping data and processing the grouped data is a common scenario e.g. when the grouped data is to aggregate like summing up, find maximum, get the average or concatening items.
Lets have a look on following data:
[grafik]
A possible scenario could be:
Create a report containing following information:
the region code
the sum of CaseCount per RegionCode
th…
Regards
Gokul
Luan
(Luan)
March 14, 2022, 12:46pm
5
@ashwin.ashok
I liked your series, you don’t just try to teach, you tell your experience.
I will be following.
1 Like
system
(system)
Closed
March 17, 2022, 12:46pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.