SQL 2019 MDS (Master Data Services) - Domain based Attributes

GUPTA, Shilpi (LDN Technology) 0 Reputation points
2024-11-26T10:38:32.9033333+00:00

I have create one entity in SQL 2019 MDS

EntityName - Products

Attribute - ProductID & ProductName

members

P001 - Laptop

P002 - KeyBoard

Another entity - Orders

Members - OrderID , ProductID, ProductName , details

I receive the Orders data from another table which I load to MDS table and I need to master the ProductName in the Orders for future analytics

e..g O001 - P001 - Laptoop -AAA

O002 - P001- Laptop - BB

O003 - P002 - Key board - CC

in this table P001 name's are different and I need to master it in the MDS UI
I have given the Products.ProductName as in domain attribute in the ORders entity but it is showing the all the members of Products . it is not showing on the basis of P001 or P002.

my filter drop down is not enabled

please help

SQL Server | Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.