Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am currently facing some issue in creating a rolled-up view of the data I have. Given, I have the following data:
Element_Name Remediation_Status Severity_Level
E1 Step2 Medium
E1 Step3 High
E1 Step4 Medium
E2 Step1 Low
E2 - -
E2 Step2 Medium
I have to create a rolled-up data such that for a given Element_Name, I have the lowest step for Remediation_Status and highest level of Severity_Level. The data should look something like this:
Element_Name Remediation_Status Severity_Level
E1 Step2 Medium
E2 Step1 Medium
Can this be done? Please Help!!
Got it!! It was the issue of quotes. Had to use single instead of double. Thanks you!!
Please close the thread by selecting appropriate answer.