Category: Data

Apr 19, 2021

Data - How to enforce unique values (or prevent duplicate values) in one or more columns

When building apps that collect data, a common requirement is to prevent the entry of duplicate records. This post walks through how to accomplish this task by demonstrating how to enforce unique email address values in an employee table, and how to enforce a unique combination of firstname and surname for each record.

Data Duplicate Records
Mar 28, 2021

Data - How much mobile data does Power Apps consume? What ways can we minimise this?

In general, mobile/4G data is more limited and expensive compared to Wifi. Therefore, a question that some app builders want to know, particularly in cases when they start exploring Power Apps is, how much data does a typical Power Apps use?

Data
Mar 14, 2021

Data - How to save and retrieve Google calendar entries

Power Apps provides a connector to retrieve and to add Google calendar entries. The syntax for this connector isn't very obvious so in this post, we'll walk through an example of how to display contacts in a gallery control, and how to add contacts to a Google account.

Data Google Date And Time
Mar 10, 2021

Data - How to save and retrieve Google contacts

Power Apps provides a connector to retrieve and to add contacts that are stored in Google. The syntax for this connector isn't very obvious so in this post, we'll walk through an example of how to display contacts in a gallery control, and how to add contacts to a Google account.

Data Google
Jan 23, 2021

SQL - Caution! This is how users can hack shared SQL connections

Is your SQL Server data as secure as you think? If we create a shared 'implicit' connection, our database may be more open than we think. In this post, we'll look at how users can exploit the security vulnerability that is associated with this connection type.

Data Sql Server
Jan 10, 2021

SharePoint – 2 Mistakes to avoid when importing Excel data

At some point, many app builders want to use the SharePoint feature to import Excel data into a new list. There's a 'knack' to doing this and in this post, I'll describe the settings to make this process as smooth as possible.

Data Sharepoint
Jan 05, 2021

SQL - Don't let this DateTime bug catch you out!

With SQL Server, there is a bug that prevents us from filtering datetime columns with equality operators. All SQL Server app builders should be aware of, and this post describes the behaviour of this bug in more detail, including workarounds to the problem.

Data Sql Server
Jan 04, 2021

Settings - What's the purpose of the "Explicit Column Selection" Setting?

The "Explicit Column Selection" setting improves the performance of our apps. But how exactly does it work, and what problems can it cause? This post describes the setting in more detail, including demonstrations of behaviour with traces.

Data Sql Server
Jan 24, 2019

SQL Server for Beginners Part 3 - Installing On-Premises Gateway

Find out how to install and connect to a local SQL Server with the on-premises gateway

Data Sql Server
Jan 14, 2019

SQL Server for Beginners Part 2 - Installing Management Studio

Data Sql Server
Jan 04, 2019

SQL Server for Beginners Part 1 - Installing SQL Server

If you're completely new to SQL Server, this post will show you how to install an on-premise instance of SQL Server.

Data Sql Server
Dec 27, 2018

Searching data–What you need to know about case sensitivity

It's important to understand how PowerApps behaves in terms of case sensitivity. Here are 3 things you should be aware of.

Data Sql Server Sharepoint Search/Filter
Nov 09, 2018

Images - How to create images that can change depending on data

If you want to build charts or images that can change depending on data, here are some blog posts you should definitely read.

Data
Sep 25, 2018

Excel - Reasons NOT to use Excel as a data source

Before you choose to Excel as a data source, you must read this.

Data Excel
Sep 16, 2018

SharePoint - What you need to know about Filtering Data

Before you use SharePoint as a data source, make sure to read this to find out what problems you might encounter.

Data Sharepoint Delegation