EDA Validating with PythonExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] March 30, 2024 in Data Analytics tagged validation / validate by Mike
Sorted Data Validation ListIn Excel, in Microsoft 365, how do you sort your dropdown data validation list? You have a cell […] February 12, 2023 in Excel tagged data / list / array / validation / dynamic / sort by Mike
Excel Dynamic Data ValidationWhat do we mean by dynamic data validation? Suppose we are asking users to enter a product (or […] October 1, 2022 in Excel tagged data / validation / dynamic by Mike
Excel Data ValidationData validation allows you to limit or restrict the values that a particular cell will accept. It allows […] October 1, 2022 in Excel tagged data / validation / valid by Mike
WPF TextBox Validating CurrencyIn this post we’ll do a simple program that has a TextBox that asks the user to enter […] May 16, 2020 in WPF tagged filter / currency / money / validation / validate / regex by Mike
WPF TextBox Only Accepts AlphaThis WPF small project will demonstrate how to create a TextBox that only accepts alpha characters and spaces. […] May 16, 2020 in WPF tagged validate / regex / input / alpha / preview / text / validation by Mike
WPF TextBox Only Accepts NumbersYou have a TextBox in your WPF program that needs to only accept numbers. How do you do […] May 16, 2020 in WPF tagged validation / key / numbers / regex / Textbox / valid / digits / validating by Mike
WPF Validating 9-digit SINIn this post we will look at the validation of a 9-digit Social Insurance Number (SIN) from Canada. […] May 14, 2020 in WPF tagged validation / try / catch / validate / parse / tryparse by Mike
WPF Validating 13-digit ISBNIn this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […] May 14, 2020 in WPF tagged catch / tryparse / ISBN / validation / exception / try by Mike
SQL Server Data Validation Part 22. Fruit Name and Fruit Code – Case 1 This post is a continuation of SQL Server Data […] February 9, 2018 in SQL Server tagged data / validation / data validation / SQL Server Data Validation by Mike
SQL Server Data Validation IntroductionThis post is about validating data in a single table. We have gathered data from the Internet and […] February 9, 2018 in SQL Server tagged cte / validation / group by / data validation / SQL Server Data Validation by Mike
SQL Server Searching for WordsThis post discusses the query you will need to be able to search inside a column in a […] November 23, 2017 in SQL Server tagged search / validation / exists / string / like by Mike