- Home
- Tag: DATE
Posts tagged DATE
Tag: DATE
Amazon QuickSight launches rolling date functionality
Feed: Recent Announcements. Amazon QuickSight now enables authors to setup rolling date to dynamically generate dashboard for end users. The rolling date functionality is now available for both date & time range filters and datetime parameters. Users will be able to set up rolling rules to fetch a date, such as today, yesterday, or different combinations of (start/end) of (this/previous/next) (year/quarter/month/week/day) and dynamically update the dashboard content based on when the dashboard is loaded. This feature brings flexibility and simplicity for users to build time-related dashboards. Without rolling date, users have to set up a static date and manually change ... Read More
Francophone SatRday Conference Coming Soon – Save the Date!
Feed: R-bloggers. Author: R Consortium. [This article was first published on R Consortium, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. The next Francophone SatRday Conference will be Saturday, August 6, at 9 am UTC, and will cover Using R for Data Science and Epidemiology. Join experts Cheikh Fall, Ehouman Evans, Marie Ruth DAGO (Intro to R), and Aminata Ndiaye (R in Epidemiology) to better understand how to use applications using the R ... Read More
Save the date for rstudio::conf(2022)!
Feed: R-bloggers. Author: RStudio | Open source & professional software for data science teams on RStudio. rstudio::conf(2022) is coming July 25-28 to National Harbor, DC! We’ll have more soon on our amazing keynote speakers, our line up of tutorials, our diversity scholarships program, and what we’ll be doing to keep y’all safe. For now, please put the date in your calendar, and read on if you’re interested in submitting a talk Call for talks The call for talks at rstudio::conf(2022) is now open! We’d love to hear about: How you’ve used R (by itself or with other tools) to solve ... Read More
Save the date for Google Cloud Next: October 11–13, 2022
Feed: Events. Author: . We’re excited to announce that Google Cloud Next returns on October 11–13, 2022. Join us for keynotes from industry luminaries and engage live with Google developers. Explore dynamic content across various learning levels, and dive deep into technologies and solutions spanning the Google Cloud and Google Workspace portfolios. Participate in breakout sessions, demos, and hands-on training. Hear from the world’s leading companies about their digital transformation journeys. You’ll have opportunities to connect with experts, get inspired, and boost your skills. We can’t wait to see you at Next ’22!It’s too early to determine how the event experience ... Read More
Fill in missing Date ranges using MySQL
Feed: Planet MySQL; Author: Joshua Otwell; I’m always trying different programming exercises in order to learn and grow as a Developer. One of my favorite learning exercises is porting over from one SQL dialect to another, as they all have their own individual features. Having to hack together or mirror non-existent functionality really challenges my thinking, therefore enabling growth and improvement in my query skills. In this post, I share reproducing the same query results using MySQL for queries I first learned of/discovered that were covered using Oracle SQL and specific implementation features… Self-Promotion: If you enjoy the content written ... Read More
Amazon QuickSight adds comparative and cumulative date/time calculations
Feed: Recent Announcements. Amazon QuickSight now supports comparative (e.g., year-over-year) and cumulative (e.g., year-to-date) time period functions. These new functions allow QuickSight authors to quickly implement advanced date/time calculations without having to use complicated row offsets or pre-computed columns, allowing these calculations to be added in regular business reporting, trend analysis and time series analysis. For further details, visit here. The new time period functions are available in Amazon QuickSight Standard and Enterprise Editions in all QuickSight regions - US East (Ohio), US East (Virigina), US West (Oregon), Canada (Central), Asia Pacific (Mumbai), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific ... Read More
Add comparative and cumulative date/time calculations in Amazon QuickSight

Feed: AWS Big Data Blog. Amazon QuickSight recently added native support for comparative (e.g., year-over-year) and cumulative (e.g., year-to-date) period functions which allow you to easily introduce these calculations in business reporting, trend analysis and time series analysis. This allows authors in QuickSight to implement advanced calculations without having to use complicated date offsets in calculations to achieve such datetime-aware comparisons. In this post, we introduce the new period functions and their capabilities, and demonstrate several typical use cases. We also discuss several scenarios to extend the usage of the period functions, which will be useful in more advanced situations ... Read More
Calculating the overlap of date/time intervals

Feed: SAS Blogs. Author: Leonid Batkhan. In this post, we tackle the problem of calculating the length of overlap of two date/time intervals. For example, we might have two events — each lasting several days — and need to calculate the number of shared days between both events. In other words, we need to calculate the length of the events’ overlap. Such tasks are typical in clinical trials programming, health (and non-health) insurance claim processing, project management, planning and scheduling, etc. The length of the overlap can be measured not only in days, but also in any other units of ... Read More
MySQL 8.0 Document Store – How to deal with date & time
Feed: Planet MySQL; Author: Frederic Descamps; As you know, MySQL 8.0 can be used as JSON Document Store to store your documents without being linked to any schema. You can also use CRUD operations to deal with these documents using the MySQL X DevAPI. Of course in documents, it’s possible to also store temporal attributes like date, time, datetime, … Let’s see how we can deal with such attributes. This is an example of a collection of documents with a datetime attribute createdOn: As those attributes don’t have a real type, can we use the createdOn attribute as if it ... Read More
Error in as.Date.numeric(13131) : ‘origin’ must be supplied
Feed: R-bloggers. Author: finnstats. [This article was first published on Methods – finnstats, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Error in as.Date.numeric(13131) : ‘origin’ must be supplied, This article will show you how to handle the error message in as. Date.numeric(X). Approach 1: Error in as.Date.numeric(13131) : ‘origin’ must be supplied This example demonstrates how to reproduce a R programming error in as. ‘origin’ must be specified with Date.numeric(X). Log Rank ... Read More
Recent Comments