Hi @VLC
Use the below LINQ Expression in Assign activity,
- Assign -> dt_Output = dt_Input.asenumerable.where(Function(X) Cdec(X("Nettowert").toString.replace(",",""))<600).Copytodatatable()
Hope it helps!!
Hi @VLC
Use the below LINQ Expression in Assign activity,
- Assign -> dt_Output = dt_Input.asenumerable.where(Function(X) Cdec(X("Nettowert").toString.replace(",",""))<600).Copytodatatable()
Hope it helps!!