Hi,
I am using the below formula to get the count from a data table, when the changed the string from “Posted” to “Posted to SAP” as mentioned in the second formula… im facing an error as “Cannot perform ‘=’ operation on System.Double and System.String.”
No Error -------> DT.Select("[SAP Posting Status] = ‘Posted’","").Count
Error ---------> DT.Select("[SAP Posting Status] = ‘Posted to SAP’","").Count
Please help with the above query