‎2024 Jun 11 1:25 AM - edited ‎2024 Jun 11 4:20 AM
Experts,
Your quick help is highly appreciated.
I have model getting data from multiple sources. I would like to combine data from other rows in the model.
Example: Update "Age" based on "EmpID". Then remove duplicate rows based on "EmpID".
Model:
EmpID ,EmpName, Age
00123, John Doe, #
00576, Jane Smith, #
00147, Sally Curtis, #
00123, #, 54
00576, #, 32
Expectated output:
EmpID ,EmpName, Age
00123, John Doe, 54
00576, Jane Smith, 32
00147, Sally Curtis, #
I know, this is very basic request. But with programming it can be achieved through WHERE clause. But with limited function we have at SAC, it is getting cumbersome.
Note: I do not have DataSphere or do not want to use any data wrangling tool, before getting data from source
Request clarification before answering.
Hi RajeshTikhade,
I'm not certain about your use case. Looks to me, information like EmpName or age are unique to an EmpID, they can be better modeled as property of dimension EmpID. So instead of combine that at model level, you can import them as master data property .
Best regards, William
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.