BIP Report returning two rows
Summary:
We have a sql statement that returns 1 row, but bip is putting it in excel in two rows. Notes on the bottom, all the other ones spanned across both rows.
Also why are Comp WFM Plan notes in a sales, service, and field service table?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
26B
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT
c.person_number,
pname.display_name AS EmployeeName,
mname.display_name AS ManagerName,
rname.display_name AS ReviewerName,
TRIM(
REGEXP_REPLACE(
REGEXP_REPLACE(
Tagged:
0