Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I added a date field in my bar chart dimension field but it returned the date field in a decimal number...anyone had issues,if yes,how did you fix it?
in the load script convert the date field using date(floor()) function.
like; date(floor(datefield),'MM/DD/YYYY') as datefield