Group Data and condition applied in Datatable

Hi All,

I have a datatable which has lot of columns and rows out of which I need to group the data based on a column and take decision to trigger notification based on another column.

Below is a small example where in we need to group the data based on layers and if two adjacent layer have same attachment point we need to trigger a notification
Layer Attachment Point
1 100
1 200
2 200
3 200

Any help would be really appreciated

Hi @Yoichi , Any suggestions from your end would be of great help.

Thanks in advance

Hi,

Can you elaborate your requirement? What is your expected result?

The following returns Layer if same Attachment Point exists in current and previous group. Does this work for you?

Sample20230404-4L.zip (8.6 KB)

Regards,

My requirement is if two adjacent layers suppose layer 2 nd 3 both have the same value in attachment point column then I need to trigger exception, and there are other columns as well in this datatable

Hi @Yoichi , Any solution , Please suggest and the xaml file you have shared is not opening

Hi,

Do you have any error? Which version of studio do you use?

2019 version

Hi,

I’ve downgrade some activities packages. Can you check if this work for you? It might be necessary to remove project.json and open Main.xaml.

Sample20230404-4Lv2.zip (8.6 KB)

Regards,

Thank you :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.