Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dseelam
Creator II
Creator II

Map same field value twice

Hello All,

How to combine Shipped units and Order by Cancel date and create new column called booked on script level in attached QVW

Thanks,

D

Labels (3)
5 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Maybe try joining instead of mapping table.

Brett_Bleess
Former Employee
Former Employee

Dinesh, the only thing I have in addition to Arthur's comment are the following Design Blog posts that may be of some further help on this one:

https://community.qlik.com/t5/Qlik-Design-Blog/Don-t-join-use-Applymap-instead/ba-p/1467592

https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102

Hopefully they help you move things forward, if you have an update, please leave that for us.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
sunny_talwar

I don't know if you need to do this in script only, but you can do this on the front end using set analysis

{<Series, [SERIES NAME] = P([SERIES NAME])>}

The only thing to note here is that this will be expression based and not dashboard based...

dseelam
Creator II
Creator II
Author

HI sunny,

I need this on script level as I am using same series field all over Dashboard, I created a sample so that you will better understand.

 

Thanks,

D

dseelam
Creator II
Creator II
Author

Hello Brett,

 

I can't use mapping table in this situation.

 

Thanks,

D