TomerA
01-12-2022Cloud Apps
How to create a table with a range of dates?
Hi,
I have a use case were I have this table
I want to plot in a chart in continues dates (i.e. from the minimum date of launch_time to the current date).
e.g. 1/1/20 - 1/12/22 and count the number of instances that were alive in a certain date based on the last_seen. Meaning that a machine is a live between launch_day and last_seen and it will be counted as alive in the date range between.
My main problem is creating a date table. I thought it would be easy but I didn't find any reference online on creating date range tables in Sisense model. Is there a way to do this inside Sisense?
Regrading on counting machines per each day, already have a direction on how to do this.