SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create a Calculation View with K-anonymity (XS Advanced)

Anonymize data to protect privacy.

Overview

🎓 intermediate 20 min. Big DataIntermediateSAP HANAExpress EditionSAP Web Ide

You will learn

  • โœ”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
Thomas Jung T Thomas Jung November 1, 2022
Created by September 5, 2018
Contributors

Prerequisites

Prerequisites

  • This tutorial is designed for SAP HANA on premise and SAP HANA, express edition. It is not designed for SAP HANA Cloud.

Steps

Intro

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 Map a space to your tenant
+
Step 3 Start the script server in your tenant database
+
Step 4 Deploy your database module in the space mapped to the tenant
+
Step 5 Log in to SAP Web IDE for SAP HANA and create a project
+
Step 6 Create a table
+
Step 7 Insert data into your tables
+
Step 8 Create a Calculation View
+
Step 9 Configure semantics and test
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 9
1. Check pre-requisites 2. Map a space to your tenant 3. Start the script server in your tenant database 4. Deploy your database module in the space mapped to the tenant 5. Log in to SAP Web IDE for SAP HANA and create a project 6. Create a table 7. Insert data into your tables 8. Create a Calculation View 9. Configure semantics and test

Learn more →