Do you guys know how this works?

HI,

This expression is for filtering rows Column “SOL ID” (trimmed) equals Column “COL PESO”.
In order to avoid no source row error in CopyToDataTable, it checks number of result rows in advance.

Regards,

HI @shanti_18

In this expression you have use If syntax.

If(condition, (true), (false))

You are checking the SOL ID column is equal to SOL PESO and get the count of the expression and it should be greater than 0.

Then part you are copying the data that are equal.

Else part Clone the Data Table [in_dt_GeneralReportDT]

Regards
Gokul

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