Forum Discussion
Table conditional formatting
Azure DB for MySQL service performs automatic backups and allows point in time restore. There is no option for end user to trigger automatic backups but you can trigger a restore to a new server at any time to restore a backup as of specified time. You can do this through ARM templates or REST APIs. If you want, you can also take mysqldump and perform mysql restore using bash script when you want.
2. To perform on-premise restoration, mysqldump/restore is again your best option.
3. To whitelist IP addresses in server firewall to connect to server, you can refer following
https://docs.microsoft.com/en-us/azure/mysql/concepts-firewall-rules
- Old_Bill_32Aug 15, 2022Copper ContributorThank you,
Bill - SergeiBaklanAug 13, 2022MVP
- HansVogelaarAug 13, 2022MVP
You can use conditional formatting.
Select the cells with - for example - your systolic blood pressure readings.
On the Home tab of the ribbon, select Conditional Formatting > New Rule...
Select 'Format only cells that contain'.
Leave the first drop down set to 'Cell Value'.
Select 'greater than' from the second drop down.
Enter the threshold in the box next to it, for example =140
Click Format...
Activate the Font tab.
Select red as font color.
Click OK, then click OK again.
You can do the same for your diastolic readings, with a different threshold, for example 90.