Hey all,
Just wondering if there’s something obvious I’m missing here. I have a BAQ in a test environment with 3 fields that are formatted as -$>>>,>>>,>>>,>>>,>>9.99. In that said test environment, the BAQ returns results as expected (formatted as currency to 2 decimal places). However, when I export the BAQ and import it into production, the formats (even though maintained), are converted to nvarchar.
If I have a look in the DynamicQuery, I can see that the data type is converted but the format remains. So when I bind this to an EpiDataGrid, I can’t sort by number as it’s treating it as a string.
Any ideas what I could be missing here?
Thanks!
Dave.