cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
Question:
This post we will talk about accumulation via millisec by using a unix timestamp transformation

In this use case, We will be working with a CData Elasticsearch ODBC driver and client need a way to accumulate data base off milliseconds.
Naively, we are unable to accumulate down to the millisec but with this work-around, we are able to do so.


Solution:
This will be done upon data pull in from your data source where we will edit the query and transform it into a unix timestamp

Please keep in mind this is using function from your native data source

In this case, we are using ODBC CData and they support the function we needed for this transformation

By using the following function, we are able to bring in data and transform into unixts

SELECT datediff('millisecond' ,DATEFROMPARTS(1970, 1,1),datetime) 
FROM demosisense.testDate
After this has been complete, you can now go ahead and set the accumulation base off the new field we created. Following regular Sisense function, we can then hide this field while do an accumulative build on this.
And this will accumulate down to the millisec!
Version history
Last update:
‎03-02-2023 08:32 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: