Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there, I have a csv file with 3 columns:
YearMonth | Project | Distribution |
202412 | it-secu-01 | {"Company1":10,"Company2":30,Company3":50,Company4":20} |
202412 | de-jkns-04 | {"Company1":10,"Company2":10,Company3":0,Company4":80} |
where "Company1":10 means we have to extract the value 10(%) and associated to Company1.
the expected result would be:
YearMonth | Project | Company | % |
202412 | it-secu-01 | Company1 | 10 |
202412 | it-secu-01 | Company2 | 30 |
202412 | it-secu-01 | Company3 | 50 |
202412 | it-secu-01 | Company4 | 20 |
202412 | de-jkns-04 | Copmany1 | 10 |
202412 | de-jkns-04 | .. | ... |
Right now i have
Hi, please check this example :
This is the example script :
Hi, please check this example :
This is the example script :
Check Subfield function in Qlik Help:
Qlik Help :
🤣
notice that i had to put a couple of double quoetes for the exercise :