Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
khasimvali85
Creator II
Creator II

How to split the values in separate columns of a pivot table?

Hi,

     How to split the reminder call values in separate columns of a pivot table.

Can anybody Explain with screen shots?

Hi,

     Thanks for approaching I am attaching qvw file and Screen shot  below.

In this table having ASC_ID, ReminderCOunt, ComplaintNo and ReminderCalls .

In Reminder Calls i wanna Split each Column in ReminderCalls and to find Greater than 2 values should be Red Colour.

I wanna add another column like greater than 2 calls = com[plaint no will show

Ex:

Calls;          Comp.No:

1,1,2               1,1,99889989

2,2,1               8855434,6434533,1

in same application complaint no also available.

16 Replies
khasimvali85
Creator II
Creator II
Author

Hi Ashfaq,

                         Thanks for giving the solution it's Awesome Expression.It Works fine.

Regards,

Khasim.

ashfaq_haseeb
Champion III
Champion III

Hi,

Check if this helps

Regards

ASHFAQ

khasimvali85
Creator II
Creator II
Author

HI Ashfaq,

          Not like that i wanna disply complaint no

khasimvali85
Creator II
Creator II
Author

Hi ASFAQ,

         See my QVW Application RemCall.QVW you can understand

khasimvali85
Creator II
Creator II
Author

HiAshfaq,

i am giving table below i wanna disply complaint no >2 Calls

915900
915811GOR100714006811
915622GUR0907140255;GUR14071403051;11;1
915522NAG1207140071;NAG14071400681;11;1
9153311BAN0407140002;BAN0907140257;BAN1207140081;BAN1307140037;BAN1407140113;BAN1407140269;BAN1507140129;BAN1507140272;BAN17071400271;1;1;1;1;1;1;2;21;1;1;1;1;1;1;2;2
915200
915111NAG080714007511
khasimvali85
Creator II
Creator II
Author

Hi Ashfaq,

915811GOR100714006811
915622GUR0907140255;GUR14071403051;11;1
915522NAG1207140071;NAG14071400681;11;1
9153311BAN0407140002;BAN0907140257;BAN1207140081;BAN1307140037;BAN1407140113;BAN1407140269;BAN1507140129;BAN1507140272;BAN17071400271;1;1;1;1;1;1;2;21;1;1;1;1;1;1;2;2

Display Complaint Nos only >2 Calls

9153311BAN0407140002;BAN0907140257;BAN1207140081;BAN1307140037;BAN1407140113;BAN1407140269;BAN1507140129;BAN1507140272;BAN17071400271;1;1;1;1;1;1;2;21;1;1;1;1;1;1;2;2
ashfaq_haseeb
Champion III
Champion III

Use this formulae

If(count(RemComplaintNo)>2,Concat({< ReminderDate= >} DISTINCT RemComplaintNo,';'),'')

Regards

ASHFAQ