Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Script works on QlikView but doesn't work on Qlik Sense

Hi all,

I'm writing a script in Qlik Sense (November version) but when I run the script it doesn't show the output I was expecting.

I've copied the same script to Qlik View and it works just fine!

Find below the script:

Qlik Script 1.PNG

Qlik Script 2.PNG

Can someone help?

Thanks in advance!

Mensagem editada por: Filipe Oliveira

Mensagem editada por: Filipe Oliveira

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Ok, then create a resident table with just the two fields as in your mapping table and your combined key aliased to CHAVE, also create this key field in your main table.

View solution in original post

19 Replies
swuehl
MVP
MVP

What do you mean with 'it doesn't show the output I was expecting'?

Can you describe where exactly it differed?

Anonymous
Not applicable
Author

Hi Stefan,

It was supposed to get a classification,other than the Apply Map default,(GCLASSIFICACAO) based on the product code (CPRODUTO).

Qlik Output1.PNG

Qlik Output2.PNG

zebhashmi
Specialist
Specialist

Qlik sense is sometime hard on data types in comparison to qlikview

Trye to use apply map with as.

Regards

Anonymous
Not applicable
Author

Hi Jahanzeb,

I'm sorry but I didn't get your point...I'm already using as to name (GLASSIFICACAO) the field "generated" by the ApplyMap function.

zebhashmi
Specialist
Specialist

I may be wrong but & in apply map got my focus

swuehl
MVP
MVP

In your second LOAD, the INNER KEEP LOAD, shouldn't you rename your combined key to CHAVE as well, to get a key field between the first two tables?

clondono
Creator III
Creator III

I think what Jahanzeb is trying to tell you is to use an alias in the mapping load table:

Map_Classif_Prod:

Mapping Load

CPRODUCTO&CESTADO_BEM    AS      "Alias Name here"

.....

.....



Thanks,

Carlos

Anonymous
Not applicable
Author

I've tried that too but it's still not working...

Anonymous
Not applicable
Author

Hi Carlos,

I've tried that and the output is still the same.