Hi,
I am not able to filter the currency column in my datatable.
The filtering condition is to select the values > $1300000000.
Input datatable:
I used the below the condition to filter but it doesn’t work:
extractedData=extractedData.Select(“[Worldwide gross]>1300000000”).CopyToDataTable
Could any help me to sort out this?