Less
  • πŸ‘‹Welcome to Less
  • πŸƒ Getting Started
    • A Quick Overview
    • Storage
    • Connectors
    • Modelling
  • πŸƒ Exercises
    • Data-Driven Ecommerce
      • Hints
    • Automated Financial Analysis
      • Hints
        • Part 1 - Profit & Loss
        • Part 2 - Metrics
        • Part 3 - Accrual-Based Accounting
    • AI-driven product reviews
      • Hints
  • πŸ”Œ Connectors
    • Intro to Connector
    • Connector Guides
      • AWS Billing
      • Billy
      • Bing Ads
      • Python Connection
      • Customer.io
      • CVR Virk
      • DAWA
      • Dinero
      • DMI
      • ECB Exchange Rates
      • Meta Ads
      • Facebook Page Insights
      • Google Ads
      • Google Analytics
      • Google Sheets
      • Heap.io
      • HubSpot
      • HubSpot Email Marketing (coming soon!)
      • Instagram Page Insights
      • ISO Calendar
      • LinkedIn Ads
      • Mailchimp
      • Matomo
      • Marathon (coming soon!)
      • Mixpanel
      • MongoDB
      • MSSQL
      • MySQL
      • PostgreSQL
      • Salary.dk
      • Slack
      • Stripe
      • Trustpilot (coming soon!)
      • WooCommerce (coming soon!)
      • Zettle
  • 🧊 Modelling
    • Intro to the Canvas
    • Action Guides
      • Basics
        • Input
        • Output
        • Fill
        • Filter
        • Formats
        • Limit
        • Rename
        • Replace
        • Pick
        • Sort
        • Text Transform
        • Unique
      • New Columns
        • Compare
        • Cumulative
        • Date Difference
        • Date Format
        • Date Math
        • Difference
        • Calculate
        • IF Column
        • Text Column
        • Parse JSON
        • Row ID
        • Running Interval
        • Split Columns
      • Reshape
        • Pivot
        • Group By
        • Transpose
      • Merge
        • Append
        • Combine
        • Stack
  • β›” Advanced Databases & Security
    • Security
    • Link Database
    • Whitelisting of IPs
  • πŸ” Roles and Permission
    • Basics
    • Abilities
    • Roles
    • Groups
  • πŸ“ž REST API (beta)
    • Basics
    • Endpoints
Powered by GitBook
On this page
  • πŸ’¬ Description
  • πŸ€‘ Use Case
  • πŸ› οΈ Setup
  1. πŸ”Œ Connectors
  2. Connector Guides

ISO Calendar

πŸ’ͺ Difficulty: very easy

⏳ Time to complete: approx. 1 minute

πŸ’¬ Description

Our ISO Calendar is probably our most used Connector. It is extremely helpful as it creates a table with daily dates for a period you select. That can be used for almost any analysis (see below). We include the weekday, month number, month, week, quarter and year in the output of this Connector.

πŸ€‘ Use Case

Almost all reporting benefits from understanding how things evolve over time. That means it can be very helpful to join multiple data sources on a specific date. Let’s say you want to do a monthly automated financial report - then you can join all your costs back to the ISO Calendar and group by summarize the costs by the month column. Very helpful!

πŸ› οΈ Setup

This one should be quickly over with! Just input how many years you want to look back in time and how years you wanna look ahead. If the current date is Jan 1st, 2000 and you select 20 years each way, then the first row of data will be Jan 1st, 1980 and the last row will be Jan 1st, 2020.

The next day (Jan 2, 2020) the range will be from Jan 2nd, 1980 - Jan 2nd, 2020. In doing so, you never have to maintain the connector as its dynamic to the current day.

PreviousInstagram Page InsightsNextLinkedIn Ads

Last updated 2 years ago