dates
2 TopicsHow to display the data with specific period as default to the dashbord
Hi Team, I'm using a specific measure that is return True/Fasle. I want the dashboard to present the data that is related to the True values how to set this setting without using the filter in the dashboard because I'm using a sliver to filter the period and whenever the user choose a specific year the dashboard will be filtered in the chosen year ?1.7KViews0likes2Commentsdate field not showing in console correctly
I'm currrently passing a data field into a custom visualisation of type 'Date' I can see from the dataview in the custom vis toolbar that it is passed through as a bunch of functions and a epoch timestamp: but when i try and log the same data from the options variable passed through to the public update function, i sse this: what is going on here? and how do i successfully format that date as specified in the data model?