Sqlite driver option does not show up for odbc in tableau mac

broken image
broken image
broken image

I now want to support currencies with more than two decimal places. I have a table as below in SQLite3 (the list could be much longer.): id cid uname dateĬurrently, I'm using the below function to get the cid list: function getCidList () )'Ĭurrently all fields holding money values use the parametrised MoneyAmount MoneyAmount = functools.partial(Decimal, digits=16, decimal_places=2)