I am new to Databases. I came across a peculiar problem with two tables. Please let me know the solution.
I am working on Dundas Dashboard version 4, Database is SQL Server 2008R2
Please find the scenario below
an incidentdimvw
table having two columns classification
and id
a displaystringdimvw
table having column name elementname
and from displaystringdimvw
table having another column name displayname
as classification, which is my need.
incidentdimvw || displaystringdimvw
(id) (classification) || (displayname)"classification" (elementname)
(ir23) (enum.email) || (email) (enum.email)
(ir56) (enum.Printing) || (Printing) ((enum.Printing)
The end result should be like this.
(id) (Classification)
(ir23) (Email)
(ir56) (Printing)
Is this solution possible from these two tables in Dundas dashboard. Please help me in this scenario