Comparing columns from two different Analysis areas.
Summary
Comparing columns from two different Analysis areas.Content
I am attempting to grab Job Codes for employees and the grades for the jobs. In the analysis i am using the "Workforce Profiles - Model Profile Real Time" and "Workforce Management - Grade Rate Real Time" areas. A job will have a valid grade of M25-M25 and I want to grab the associated grade info code that equals LEFT("Valid Grade",3), i.e. M25. When I create a filter with a SQL expression
LEFT("Workforce Profiles - Model Profile Real Time"."Job"."Valid Grades", 3) = LEFT("Workforce Management - Grade Rate Real Time"."Grade"."Grade Code",3)
0