Share this
How To Schedule Tableau Extract Refreshes For Reliable, Automated Reporting
by Alexandra Nicholls on May 15, 2026 1:15:01 PM
If our leadership team is questioning the reliability of our dashboards, it's usually not because Tableau can't visualize the data. It's because the data feeding those visuals isn't as fresh, consistent, or timely as the business expects.
Getting our Tableau extract refreshes scheduled correctly is one of the fastest ways to stabilize business intelligence reporting. When we design refresh schedules that line up with ETL pipelines, global time zones, and strict SLAs, we turn "Is this number right?" into "What action do we take next?"
In this guide, we'll walk through how to schedule Tableau extract refreshes step by step, how to optimize and monitor them at scale, and how tools like ChristianSteven's ATRS Tableau scheduler fit into an enterprise-grade automation strategy.
Understanding Tableau Extracts And Refresh Types
What Tableau Data Extracts Are And Why They Matter For BI
Tableau data extracts are snapshots of our underlying data stored in Tableau's optimized .hyper format. Instead of hitting a production database directly every time a user opens a dashboard, Tableau queries the extract. That means:
- Fewer queries hitting transactional systems
- Faster response times for complex dashboards
- More predictable load patterns for our data platforms
At enterprise scale, this matters a lot. Finance closes, sales performance reviews, and operational war rooms all depend on reports being both fast and consistent. Extracts give us that performance and stability, as long as we keep them refreshed reliably.
We see similar patterns in other BI platforms. For example, organizations that use Power BI often rely on scheduled dataset refreshes in the same way, leveraging Power BI's unified analytics platform to keep data models current. The principle is the same: a cached, optimized layer plus a strong refresh strategy.
Because of this, many teams invest in dedicated schedulers, such as automation tools that handle Power BI reporting, to make sure refreshes run when the business needs them most.
Live Connections vs Extracts: When To Schedule Refreshes
With live connections, Tableau queries the source system in real time. We use these when:
- Data changes constantly and must be real-time (e.g., monitoring trades or call-center queues)
- Underlying systems can handle the additional query load
With extracts, we're trading strict real-time for:
- Performance (especially on large or slow data sources)
- Isolation from transactional systems
- More control over when and how data is updated
Scheduling comes into play when we choose extracts. We're deciding how close to real-time we need to be:
- Near real-time: frequent refreshes (e.g., every 15–30 minutes) during business hours
- Daily/weekly: for financial, HR, or compliance-oriented reporting
- Event-driven: refreshing after ETL jobs complete or files arrive
If executives are making decisions off these dashboards, we can't just "set it and forget it." Our schedules need to map to how the business actually operates.
Full vs Incremental Refresh: Choosing The Right Strategy
Tableau supports two main refresh modes for extracts:
- Full refresh: Rebuilds the whole extract from scratch
- Incremental refresh: Only pulls new (or sometimes recently changed) rows based on a key column such as a date or monotonically increasing ID
A common enterprise pattern looks like this:
- Incremental daily to stay up to date with new transactions
- Full weekly (often on weekends) to clean up late-arriving or corrected data
Incremental refresh dramatically shortens refresh windows and reduces load on our databases. But, it depends on having a reliable key column and consistent ETL behavior. If our data has a lot of late corrections or back-dated rows, we may need to use "subrange" incremental refresh strategies (e.g., reload the last 90 days incrementally) or schedule periodic full refreshes to reconcile everything.
Choosing the right mix of full and incremental refreshes isn't purely technical: it's driven by data quality expectations, regulatory requirements, and how much discrepancy our stakeholders will tolerate between systems of record and Tableau views.
Prerequisites For Scheduling Tableau Extract Refreshes
Licensing, Server, And Site Requirements
Before we can schedule any Tableau extract refreshes, we need the right platform setup:
- Tableau Server or Tableau Cloud: Extract scheduling is a server-side feature, not something that runs purely from Tableau Desktop.
- Appropriate licenses: A Creator or Explorer license (depending on environment) is typically required to publish workbooks and data sources and to configure schedules.
- Site-level permissions: Our site administrator must enable scheduling for the site, and our user or group needs the permission to create and run extract refresh tasks.
For large organizations, it's worth standardizing these prerequisites as part of an onboarding checklist for new projects, so teams aren't blocked at the last minute when their dashboards go live.
We can borrow governance patterns from other BI ecosystems. For example, Microsoft's Power BI documentation emphasizes role-based access, workspace governance, and admin controls for dataset refreshes. Applying similar rigor in Tableau ensures we don't end up with shadow schedules nobody owns.
Data Source And Credential Considerations
Scheduled refreshes are only as trustworthy as their underlying connections. We must:
- Use embedded credentials or managed service accounts that won't expire unexpectedly
- Coordinate with database and app owners so service accounts are monitored and rotated securely
- Validate that network routes, VPNs, and firewalls allow Tableau to reach all relevant data sources during the scheduled windows
If our refreshes depend on file-based sources (CSV, Excel, flat files in shared folders or object storage), we also have to guarantee that upstream processes place files at predictable times and locations. Otherwise, we'll see intermittent failures that are hard to debug.
Security, Governance, And Compliance Alignment
In regulated environments, extract scheduling isn't just a performance topic, it's a compliance concern.
We should define policies for:
- Data residency: Where extracts are stored and backed up
- Retention and purging: How long historical extracts and logs are retained
- Access controls: Who can view, run, or modify refresh schedules
- Audit trails: How we track who changed schedules and when
These controls help satisfy internal audit and external regulators, and they reduce the risk of someone accidentally turning off a mission-critical schedule.
Step-By-Step: Scheduling Extract Refreshes In Tableau Server And Tableau Cloud
Publishing An Extract Data Source Or Workbook
We start in Tableau Desktop:
- Connect to our data source and design the workbook or data source.
- In the Data pane, choose Extract instead of Live and configure any filters or aggregation settings.
- Test a manual extract refresh locally to validate performance and row counts.
- Publish the data source or workbook to Tableau Server/Cloud, ensuring that we embed credentials or configure a trusted authentication method.
During publish, Tableau lets us choose whether this extract should be refreshed on a schedule. We can either attach it to an existing schedule or create a new one later in the web interface.
Creating And Configuring A Refresh Schedule
On Tableau Server/Cloud:
- Go to the Schedules page (often under the administrative settings).
- Create a new schedule, specifying:
- Frequency (hourly, daily, weekly, monthly, etc.)
- Recurrence pattern (weekdays only, weekends, specific days)
- Start time
- Priority (relative to other background tasks)
- Assign our extract data sources and workbooks to this schedule.
As we scale, we'll likely define standard schedules, "Hourly Critical," "Daily Nightly," "Weekly Weekend Full", and encourage teams to reuse them. This keeps the number of schedules manageable and makes capacity planning easier.
We can take inspiration from how dataset refresh scheduling works in other tools. For instance, step-by-step guides for scheduling Power BI dataset refreshes show the value of consistent, named schedules that map directly to business needs.
Managing Frequency, Priority, And Time Windows
Frequency should reflect business demand and data volatility. We ask:
- When do users actually open these dashboards?
- When are upstream data pipelines finished?
- What's our tolerance for slightly stale data vs. system load?
We then:
- Run heavy full refreshes during off-peak hours
- Use incremental refresh during the day for near real-time views
- Set higher priority for extracts used in executive dashboards or SLA-bound reports
Don't underestimate the importance of time windows. If our ETL finishes at 2:00 a.m. but we schedule refreshes at 1:30 a.m., we'll get failures or partial data. We should coordinate schedules closely with data engineering teams to avoid this classic misalignment.
Monitoring And Managing Refresh Jobs
Using The Jobs And Status Views To Track Extracts
Once schedules are running, we live in the Jobs and Background Tasks for Extracts views. These show:
- Which refreshes are running, succeeded, or failed
- Execution times and durations
- Trends in performance over days or weeks
We should set up regular reviews, especially after changes in data volume or ETL logic. Spikes in duration or failure rates are early warning signs that our infrastructure or queries need attention.
Handling Failures, Alerts, And Notifications
A failed extract refresh can cascade quickly: executives open dashboards, see old numbers, and lose confidence in the data.
To prevent surprises, we:
- Enable email alerts for failed jobs to admins and key report owners
- Use distribution lists instead of individuals so coverage isn't lost when someone changes roles
- Encourage report consumers to report issues promptly and route them to a central BI support channel
Optimizing Performance To Reduce Refresh Windows
If our refresh windows are creeping into business hours or colliding with other jobs, we have options:
- Refine queries: Filter out unnecessary data, aggregate earlier, or push logic into the database for better performance.
- Use incremental refresh where possible to avoid full table scans.
- Stagger schedules so large extracts don't all fire at the same time.
- Scale backgrounders (Tableau Server) or adjust capacity settings to give more resources to extract jobs.
In practice, we often iterate: change one thing, observe for a week, then adjust again. Over time, we can bring refresh windows down to something predictable and manageable.
Enterprise Scheduling Patterns And Best Practices
Aligning Refresh Cadence With Business SLAs
Our starting point shouldn't be "What can Tableau do?" but "What does the business expect?"
We map SLAs (service-level agreements) to schedules. Examples:
- Executive sales dashboards must show data as of 7:00 a.m. local time on business days.
- Operational dashboards in contact centers must be no more than 15 minutes behind real time.
- Regulatory reporting must be locked at specific cutoffs with auditable refresh logs.
Once SLAs are defined, we reverse-engineer:
- When ETL finishes loading data into the warehouse
- How long extracts take to refresh
- Buffer time for retries if something fails
Designing Schedules For Multiple Time Zones And Regions
Global organizations face the added complexity of multiple time zones:
- A 2:00 a.m. refresh in New York might be prime business time in London.
- Shared infrastructure means jobs from one region can impact another region's performance.
Patterns we've seen work well:
- Region-specific schedules named clearly (e.g., "APAC Daily 3am," "EMEA Hourly Business Hours").
- Separate projects or sites for different regions to isolate workloads.
- Slightly staggered times across regions to avoid synchronized spikes.
Capacity Planning And Resource Management
At scale, scheduling is a capacity planning problem as much as a BI problem.
We should:
- Forecast growth in data volume and number of extracts when planning hardware or capacity tiers.
- Regularly review which extracts are no longer needed and decommission them.
- Group related refreshes (e.g., all finance full refreshes) into predictable windows.
This is also where external schedulers can help. Dedicated automation tools like ChristianSteven's ATRS Tableau scheduler are built to manage complex refresh patterns, dependencies, and workloads. With ATRS as a Tableau scheduling layer, we can orchestrate refreshes across multiple servers, align them with business calendars, and generate dynamic report outputs, without overloading Tableau's own backgrounders.
Advanced Automation: APIs, Scripts, And External Schedulers
Automating Extract Refreshes With Tableau REST API And TabCmd
For teams that want more control than the out-of-the-box scheduler provides, Tableau exposes automation options:
- Tableau REST API: Trigger refreshes, query job status, manage schedules, and integrate with other systems.
- TabCmd: Command-line utility to kick off refreshes or publish workbooks as part of scripts.
Typical use cases:
- Triggering an extract refresh right after a data pipeline completes.
- Running ad-hoc refreshes in response to business events.
- Building custom admin dashboards that show refresh health across sites.
Coordinating Tableau Extracts With Upstream ETL And Data Pipelines
The most reliable setups treat Tableau as the last mile of a larger data pipeline.
We coordinate with ETL/orchestration tools (e.g., SSIS, Azure Data Factory, Airflow, dbt, etc.) so that:
- ETL completes and validates successfully.
- Only then do we trigger Tableau extract refreshes.
- Failures in ETL automatically pause or reschedule Tableau jobs.
This avoids scenarios where Tableau refreshes run against half-loaded or inconsistent data.
We see similar patterns in other BI ecosystems. For example, when automating dataset refreshes within Power BI, many teams pair the platform's native features with dedicated scheduling tools like report automation solutions for Power BI datasets to make sure data pipelines and reporting are tightly coupled.
Integrating Tableau Refreshes Into Enterprise Job Schedulers
In large enterprises, refresh jobs rarely live in isolation. They're part of a broader workload alongside:
- Data warehouse loads
- File transfers
- Application batch jobs
- Other BI platform refreshes
External schedulers and automation platforms, ATRS included, sit above individual BI tools. They coordinate:
- When Tableau extract refreshes run
- When exports and subscriptions are delivered
- How retries, failures, and escalations are handled
With ChristianSteven's ATRS, we can define event-driven and data-driven schedules for Tableau. For example, ATRS can refresh and distribute a set of Tableau workbooks only after a warehouse load completes, or only when a specific KPI breaches a threshold. That's a level of orchestration that's hard to achieve by relying purely on Tableau's native scheduler.
Troubleshooting Common Tableau Extract Refresh Issues
Typical Causes Of Failed Or Slow Refreshes
When refreshes start failing or dragging on, the root causes tend to fall into a few buckets:
- Credential issues: Expired passwords, revoked service accounts, or changed connection strings.
- Network problems: VPN outages, firewall changes, DNS issues.
- Upstream data changes: Schema modifications, dropped columns, or new data volumes that weren't anticipated.
- Inefficient queries: Missing indexes, overly broad queries, or doing too much transformation inside Tableau instead of in the database.
We always start troubleshooting by confirming whether anything changed recently in the data source, ETL, security, or infrastructure.
Logging, Diagnostics, And Root-Cause Analysis
Tableau's server logs and admin views are essential for root-cause analysis. We:
- Review error messages and stack traces for patterns (e.g., timeout vs. authentication vs. schema-related errors).
- Correlate failure times with other events: database maintenance windows, ETL runs, OS patching, etc.
- Reproduce issues manually in Tableau Desktop, using the same credentials, to see if problems occur outside the schedule.
For chronic issues, we document findings in a knowledge base so future incidents can be resolved faster.
Hardening Your Scheduling Strategy For High Reliability
To increase reliability over time, we can:
- Build redundancy into pipelines (e.g., secondary schedules, retry logic in external schedulers).
- Apply defensive design: use smaller, modular extracts instead of one massive monolith.
- Carry out alerting and escalation: if a critical refresh misses its SLA, automatically notify on-call analysts or engineers.
Tools like ATRS add another layer of resilience by centralizing monitoring and retries across many Tableau schedules. Instead of every team reinventing their own scripts and alerts, we gain a unified automation layer that treats Tableau extract refreshes as part of our overall enterprise job portfolio.
Conclusion
A reliable Tableau environment isn't just about beautiful dashboards: it's built on disciplined, well-orchestrated extract refreshes. When we align refresh cadence with business SLAs, coordinate with upstream data pipelines, and monitor performance proactively, our dashboards stop being "nice visualizations" and become a trusted part of daily decision-making.
For many enterprises, Tableau's native scheduler is a solid starting point. But as complexity grows, multiple regions, strict SLAs, cross-platform reporting, layering in dedicated automation tools like ChristianSteven's ATRS gives us the control and resilience we need. With the right mix of Tableau features, governance, and external scheduling, we can turn extract refreshes from a recurring headache into a quiet, reliable backbone for our entire BI strategy.
Key Takeaways
- A robust strategy to Tableau schedule extract refresh tasks is essential for keeping dashboards fast, consistent, and trusted across the business.
- Align extract refresh schedules with ETL pipelines, time zones, and SLAs, using a mix of incremental and full refreshes to balance data freshness with system load.
- Secure, governed scheduling requires the right Tableau Server/Cloud licensing, stable credentials, and clear policies for access, audit trails, and data retention.
- Proactive monitoring of Jobs and Background Tasks, plus tuning queries and frequencies, helps prevent failures and shrinking refresh windows from impacting decision-makers.
- For complex enterprise environments, integrating Tableau extract refreshes with APIs, ETL tools, and external schedulers like ChristianSteven’s ATRS enables event-driven orchestration, retries, and cross-platform automation.
Frequently Asked Questions
What does it mean to schedule a Tableau extract refresh, and why is it important for BI dashboards?
To schedule a Tableau extract refresh means defining when Tableau updates its .hyper extract from your source systems. This reduces load on transactional databases while keeping dashboards reasonably up to date. Well-designed schedules keep data fresh, align with ETL completion times, and increase executive trust in reported numbers.
How do I schedule a Tableau extract refresh in Tableau Server or Tableau Cloud?
First publish a workbook or data source using an extract, with credentials embedded or otherwise configured. In Tableau Server or Tableau Cloud, go to Schedules, create or select a schedule with frequency, recurrence, start time, and priority, then assign your extract to that schedule to automate refreshes.
When should I use full vs incremental refresh for Tableau extract schedules?
Use incremental refresh when new data is appended regularly and you have a reliable key (such as a date or ID). This shortens refresh time and reduces load. Use periodic full refreshes, often weekly or monthly, to handle late-arriving changes, schema updates, or data-quality corrections that incremental refresh might miss.
What are best practices to align Tableau schedule extract refresh jobs with ETL pipelines and time zones?
Design schedules by working backwards from SLAs and ETL completion. Run heavy full refreshes in off‑peak windows after data loads finish, and stagger jobs across regions to avoid contention. Use clearly named, region-specific schedules and coordinate closely with data engineering so extracts never run against partially loaded or inconsistent data.
How often can I schedule Tableau extract refreshes, and are there practical limits?
In Tableau Server and Tableau Cloud, you can schedule very frequent refreshes, such as every 15–30 minutes, but practical limits come from infrastructure capacity, backgrounder resources, and source-system load. Overly aggressive frequencies can slow other workloads, so balance business needs, data volatility, and system performance when choosing cadence.
Can external tools improve how I manage Tableau schedule extract refresh processes?
Yes. Enterprise schedulers like ChristianSteven’s ATRS Tableau scheduler orchestrate complex patterns, dependencies, and retries across multiple Tableau environments. They can trigger refreshes after ETL completes, coordinate with other BI tools, manage workload spikes, and provide centralized monitoring—offering more control than Tableau’s native scheduling alone for large, SLA-driven deployments.
Share this
- PBRS (203)
- Business Intelligence (190)
- Power BI (186)
- Power BI Reports (179)
- Power BI Reports Scheduler (167)
- IntelliFront BI (132)
- Microsoft Power BI (122)
- Business Intelligence Tools (92)
- Data Analytics (82)
- Dashboards (81)
- Data Analytics Software (81)
- Data Analytics Tools (80)
- Reports (79)
- KPI (78)
- Crystal Reports (37)
- Crystal Reports Scheduler (36)
- SSRS (33)
- Tableau Report Automation (33)
- ATRS (32)
- Tableau Report Scheduler (30)
- Power BI Report Scheduler (27)
- Power BI report automation (26)
- CRD (25)
- SSRS Reports (25)
- SSRS Reports Scheduler (25)
- Tableau report (24)
- SSRS Reports Automation (23)
- Power BI scheduling tools (22)
- Schedule Tableau reports (22)
- Tableau Report Export (21)
- Tableau (18)
- KPI software (15)
- Business Analytics (14)
- Bi dashboard (13)
- Automated Tableau Workflows (12)
- Crystal Reports Server (10)
- Power BI Dashboards (8)
- Tutorial (8)
- Power BI to CSV (7)
- Power BI to Excel (7)
- Crystal Reports automation (6)
- Tableau scheduled reports (6)
- business intelligence reports (6)
- business intelligence software (6)
- Business Intelligence Solutions (5)
- business reporting portal (5)
- data analytics solutions (4)
- scheduling Power BI reports (4)
- share power bi reports (4)
- ATRS Release (3)
- ChristianSteven (3)
- Dynamic Power BI reports (3)
- KPIs (3)
- Reporting (3)
- Self-Service Data Analytics Tools (3)
- Tableau Automation Tools (3)
- Tableau user permissions (3)
- bi dashboard solution (3)
- business intelligence for finance department (3)
- tableau dashboards (3)
- tableau data refresh (3)
- tools for business intelligence (3)
- BI, data exploration (2)
- Best Tableau charts (2)
- CRD software (2)
- Data-driven scheduling (2)
- PBRS Release (2)
- Report automation (2)
- TSC API Integration (2)
- Tabcmd Scripting (2)
- Tableau charts (2)
- Tableau data optimization (2)
- Tableau financial reporting (2)
- best tableau dashboards (2)
- centralized BI platform (2)
- crystal reports software (2)
- data analytics product (2)
- key performance indicators (2)
- power bi email subscriptions (2)
- power bi refresh (2)
- schedule power bi reports (2)
- tableau extensions (2)
- tableau software (2)
- Advanced DAX Power BI (1)
- Automated report delivery (1)
- Automated reporting trigger (1)
- CRD automation features (1)
- Conditional report distribution (1)
- Conditional report generation (1)
- DAX optimization techniques (1)
- Data Driven Schedules (1)
- Data Visualization Skills (1)
- Dynamic report generation (1)
- Free Tableau License (1)
- GH1 (1)
- Power BI calculation groups (1)
- Real-Time Dashboards (1)
- Scheduled report distribution (1)
- Static Power BI Report (1)
- Tableau Public Projects (1)
- Tableau access levels (1)
- Tableau financial dashboard (1)
- Tableau for Students (1)
- Tableau for finance (1)
- Tableau guide (1)
- Tableau images (1)
- Tableau permissions (1)
- Tableau server multi-factor authentication (1)
- Types of Tableau charts (1)
- ad-hoc reporting (1)
- automated distribution (1)
- automation in power bi (1)
- batch reporting (1)
- benefits of automation in power BI (1)
- bi data (1)
- bi roi (1)
- business intelligence implementation challenges (1)
- construct bi reports with power bi (1)
- construction bi (1)
- creating tableau dashboards (1)
- crysyal reports distribution (1)
- dashboard software (1)
- data analytics business intelligence difference (1)
- data analytics techniques (1)
- databest practices (1)
- distribute power bi report (1)
- email power bi (1)
- enterprise bi server (1)
- enterprise bi software (1)
- enterprise reporting strategy (1)
- export tableau to Excel (1)
- hospital business intelligence (1)
- how to save tableau workbook (1)
- images in Tableau (1)
- incisive analytics (1)
- intuitive business intelligence (1)
- kpi dashboard (1)
- on-prem BI report (1)
- on-premises (1)
- power BI exporting (1)
- power bi emails to share reports (1)
- power bi for construction project (1)
- power bi gateway (1)
- power bi healthcare (1)
- print power bi report (1)
- real estate business intelligence (1)
- reducing reporting noise (1)
- retail BI report (1)
- retail KPI (1)
- sap crystal reporting (1)
- sap crystal reports (1)
- save tableau workbook with data (1)
- schedule power bi (1)
- scheduled power bi emails (1)
- scheduled reports (1)
- share power BI reports by email (1)
- share your Power BI reports as PDF (1)
- stories in tableau (1)
- tableau add-ons (1)
- tableau data export (1)
- tableau for Excel (1)
- tableau mobile (1)
- tableau mobile app (1)
- tableau multi-factor authentication (1)
- tableau plugin (1)
- tableau story (1)
- tableau story example (1)
- tableau storytelling (1)
- tableau workbook (1)
- tableau workbooks (1)
- time intelligence DAX best practices (1)
- use drop box to share Power BI Reports (1)
- user-friendly analytics (1)
- what is Tableau (1)
- what is Tableau software used for (1)
- May 2026 (12)
- April 2026 (26)
- March 2026 (18)
- February 2026 (9)
- January 2026 (4)
- December 2025 (1)
- November 2025 (4)
- October 2025 (5)
- August 2025 (5)
- July 2025 (5)
- June 2025 (4)
- May 2025 (5)
- April 2025 (2)
- March 2025 (6)
- February 2025 (4)
- January 2025 (1)
- October 2024 (1)
- September 2024 (1)
- April 2024 (1)
- March 2024 (1)
- February 2024 (1)
- January 2024 (1)
- December 2023 (1)
- November 2023 (1)
- October 2023 (2)
- September 2023 (1)
- August 2023 (1)
- July 2023 (1)
- June 2023 (1)
- May 2023 (1)
- April 2023 (1)
- March 2023 (1)
- February 2023 (1)
- January 2023 (1)
- December 2022 (1)
- November 2022 (1)
- October 2022 (1)
- September 2022 (1)
- August 2022 (1)
- July 2022 (1)
- June 2022 (1)
- May 2022 (1)
- April 2022 (1)
- March 2022 (1)
- February 2022 (1)
- January 2022 (1)
- December 2021 (1)
- November 2021 (1)
- October 2021 (2)
- September 2021 (1)
- August 2021 (2)
- July 2021 (1)
- June 2021 (4)
- May 2021 (5)
- April 2021 (3)
- March 2021 (2)
- February 2021 (2)
- January 2021 (2)
- December 2020 (2)
- November 2020 (2)
- September 2020 (8)
- August 2020 (3)
- July 2020 (5)
- June 2020 (11)
- May 2020 (2)
- April 2020 (3)
- March 2020 (2)
- February 2020 (5)
- January 2020 (7)
- December 2019 (9)
- November 2019 (9)
- October 2019 (10)
- September 2019 (5)
- August 2019 (6)
- July 2019 (13)
- June 2019 (8)
- May 2019 (3)
- April 2019 (5)
- March 2019 (4)
- February 2019 (3)
- January 2019 (10)
- December 2018 (2)
- November 2018 (22)
- October 2018 (10)
- September 2018 (12)
- August 2018 (5)
- July 2018 (23)
- June 2018 (29)
- May 2018 (25)
- April 2018 (12)
- March 2018 (22)
- February 2018 (15)
- January 2018 (15)
- December 2017 (6)
- November 2017 (4)
- October 2017 (4)
- September 2017 (4)
- August 2017 (4)
- July 2017 (7)
- June 2017 (12)
- May 2017 (10)
- April 2017 (6)
- March 2017 (10)
- February 2017 (7)
- January 2017 (5)

No Comments Yet
Let us know what you think