Create a Calculation View with K-anonymity (XS Advanced)
January 5, 2021
Intermediate
20 min.
Anonymize data to protect privacy.
Details
You will learn
Prerequisites
- This tutorial is designed for SAP HANA on premise and SAP HANA, express edition. It is not designed for SAP HANA Cloud.
- How to create a Calculation View using an
anonymization
node - Use
k-anonymity
to hide data that can identify individuals by comparing other identifying information. See the SAP Help for more information - How to create a calculation view
- Use artifacts to import data from text file
GitHub repository available
This project can be cloned from this repository: https://github.com/SAP/hana-xsa-calculation-view-anonymity
Step 1: Check pre-requisites
Step 2: Log in to SAP Web IDE for SAP HANA and create a project
Step 3: Create a table
Step 4: Insert data into your tables
Step 5: Create a Calculation View
Step 6: Configure semantics and test