Tuesday, July 9, 2024

ERP - Create Master details BI report using element link

Usecase: Create a master BI report using element link between two datamodels or groups.

We will create two data models supplier and supplier site and link them using common column vendor_id.

Detailed screenshots:










No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...