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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create a new new table from pre-existing one

Hello

I need your help for the following

Looking at my "system visualization data model" I have the following tables, that are a results of a cross table I already did. The two table are linked thorough the "Account#" field

    tab1

Account #FeaturesRatRating
1Switch on HL Satisfaction3
1Calibrate occluder Satisfaction3
1switch on level Satisfaction1
2Recirculate CPL Satisfaction3
2Change ration CPL Satisfaction2
2Change direction CPL Satisfaction2
3Zero calibration Satisfaction3
3Pressure level Satisfaction2
2Switch on system Satisfaction1

    tab2

Account #featuresFreqFrequency
1Switch on HL time per case1
1Calibrate occluder time per case1
1switch on level time per case0
2Recirculate CPL time per case1
2Change ration CPL time per case0
2Change direction CPL time per case2
3Zero calibration time per case2
3Pressure level time per case1
2Switch on system time per case1

Now, I would like to create a third table that summarizes the two reported above, like the following

    

Account #FeaturesFrequencyRating
1Switch on HL 13
1Calibrate occluder 13
1switch on level 01
2Recirculate CPL 13
2Change ration CPL 02
2Change direction CPL 22
3Zero calibration 23
3Pressure level 12
2Switch on system 11

How should I do?

Thank you for your support

2 Replies
Anil_Babu_Samineni

One solution may be this

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Thank you,

My question was: How should I do to link new features names (under the column titled Features) to the features name under the column "featuresRat"  and "FeaturesFreq"?

Should I create a new map in  the script? like the one below?

map1:

mapping load * inline [

FeaturesRat, Features

Switch on HLM Satisfaction, Switch on HLM 

Calibrate venous occluder Satisfaction, Calib. venous occluder 

Switch on level Satisfaction, Switch on level 

....

and then add into the script
    ApplyMap('map4',[FeaturesRat]) as Features,

??? I tried it but I was not able to upload data, the system returns an error