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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

ApplyMap

Hi All,

I have Two tables one is FACT table haveing 120 million records,second is Dimention table having some records

i need to be use Dimentions Table Fields in Fact table

What is the best way Plz tell

Thanks in Advance

Niranjan

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

Load the dimension field as a mapping table and then use ApplyMap. See more on

http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap

HIC

View solution in original post

5 Replies
hic
Former Employee
Former Employee

Load the dimension field as a mapping table and then use ApplyMap. See more on

http://community.qlik.com/blogs/qlikviewdesignblog/2012/09/18/one-favorite-function-applymap

HIC

NavinReddy
Creator II
Creator II
Author

Hi Henric,

Could you plz tell me,what the about datamodel ,

How could i design in table viewer

Thanks

Niranjan

hic
Former Employee
Former Employee

You need to make the changes in the script, according to the following:

MapDimensionField:

Mapping Load DimensionID, DimensionValue From Dimension ;

Facts:

Load *,

   ApplyMap('MapDimensionField', DimensionID, null()) as DimensionValue

   From Facts ;

HIC

vikasmahajan

Henric Sir,

Can I use appy map function to calculate customer wise oustanding ?

Please reply

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
NavinReddy
Creator II
Creator II
Author

Hi Henric,

Thanks  a lot  really its help full for me & other

Thanks

Niranjan