Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nehapathak
Contributor II
Contributor II

How to Split a row item in 2 parts?

Hi this is my code i want to split Vikram Nair'  in 2 parts so that when we expand it it shows further segregation as BT and  Europe(ENT + Comms(NON BT).

Text(

   

     if("SBU Head Name"='AM'  or "SBU Head Name"='KN' or "SBU Head Name"='SB'

     or "SBU Head Name"='MC or "SBU Head Name"='DT' or "SBU Head Name"='WC'

     or "SBU Head Name"='RA'  or "SBU Head Name"='CTL','Sbu',

     if("SBU Head Name"='VA' or "SBU Head Name"='VK','VBU',

     if("SBU Head Name"='-','Others',

    If("SBU Head Name"='VN', If((ApplyMap('map_btjuly',"Emp ID") )='C,R' ,'BT','Europe')))

    ))) as sbuhead,

 

I want expansion of VN

Can somebody help?

1 Reply
arvind_patil
Partner - Specialist III
Partner - Specialist III

HI Neha,

You r giving live data from Tech Mahindra. Try to give dummy  data.

Thanks,

Arvind Patil