[ad_1]
Hello @lowercas3
Thank you very much for using our plugin. Assuming the field’s name is fieldname1, the equation in the calculated field would be:
parseInt(fieldname1|r, 2);
The |r modifier allows you to access the field’s raw values instead of the preprocessing one. The plugin preprocesses the fields’ values to use them in mathematical operations.
Best regards.