Below is the query used and got below report. Can someone help me what is the issue and how to solve it?
Query used:
select null link, 'ASPENTECH' label, 'P1' series, 1 VALUE from dual
union
select null link, 'ASPENTECH' label, 'P1' series, 2 value from dual
union
select null link, 'Apex Tech-ops' label, 'P3' series, 1.5 value from dual;
union
select null link, 'Apex Tech-ops' label, 'P3' series, 0 value from dual;
Column mapping is as below:

The wrong output I got as below.

Regards,
Pulakesh