Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
I am using straight chart. I need to merge two fields into one as an attachment.
I am using below but it is not working:
TYPE&''&CODE
Can anyone help me out there?
This?
Hi Vipin,
=Type & Code
works. Remember QV is case sensitive.
Regards
Andrew
It is not working as well. It is giving me wrong result as previous.
Can you share an image to show the issue?
Please find the attached file.
It is showing right data for value south and west but not for EAST as I have multiple value for the EAST.
Hi Vipin,
A | B | C | A & B & C |
---|---|---|---|
EAST | DT | 001 | EASTDT001 |
EAST | DT | 002 | EASTDT002 |
SOUTH | CT | 007 | SOUTHCT007 |
WEST | BT | 005 | WESTBT005 |
?
But I don't want to merge column A
A | B | C | B & C |
---|---|---|---|
EAST | DT | 001 | DT001 |
EAST | DT | 002 | DT002 |
SOUTH | CT | 007 | CT007 |
WEST | BT | 005 | BT005 |
This?
It worked now. I am creating adhoc report So those field weer not my dimensions. I add those fields in my dimension and hide them.
Please let me know if any other efficient way that I should use.