Data Filter to select missing
Hi,
I am attempting script a plot Y by X plot and constrain the rows to those missing in column Z. I am modifying some existing code and the local filter is defined
as
Add Filter( columns( :Fid_data_check ), Where( :Fid_data_check == "not found" ) )
but this depended on the creation of a column externally in Excel that was either "OK" or "Not Found". I am moving the entire workflow to eli...