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

without common fields mapping is possible or not

Hi,

I have two tables but there is no common field to map that two tables, there is any other way to map the two tables.

      Table1:

     

BusinessPriorityIssue Identified_dateSLA _dateIssue_IDStatus
PECOHigh2/5/20172/12/2017ALM1254In Progress
ComEDLow2/8/20172/15/2017ALM142closed
PECOHigh2/12/20172/18/2017SUR1247Ready
ComEDLow2/14/20172/21/2017IMI165Waiting for Input

Table2:

    

DateResource HoursWork Areawork Detail
2/6/2017Ram8Qlikview-PECOworking on enhancement
2/7/2017Ranjit8Qlikview-ComEdworking on dashboard
2/8/2017Durga8Qlikview-BGEworking on presentation
2/9/2017Irshad8Qlikview-PECOworking on extraction
2/10/2017Shakila8Qlikview-PECOworking on enhancement
2/11/2017Ranjit8Qlikview-ComEdworking on dashboard
2/12/2017Durga8Qlikview-BGEworking on presentation
2/13/2017Irshad8Qlikview-PECOworking on extraction

from above two tables i have to map into single table.

10 Replies
vishsaggi
Champion III
Champion III

What should be your expected output?

You can merge the tables using Concatenate.

Table1:

...

...

Concatenate

Table2:

...

...

aarkay29
Specialist
Specialist

May be

Subfield([Work Area],'-',1) and Business

Anonymous
Not applicable
Author

if that two tables mapped into single table means i will find which resource is working on that particular issue and what is status of that and how many hours they are working on it like that i have to track.

Anonymous
Not applicable
Author

i tried it but not mapped perfectly

aarkay29
Specialist
Specialist

May be this if you want to see it by Business

Upper(Subfield([Work Area],'-',1)) and Upper(Business)

Also there will be null for QLIKVIEW-BGE as it is missing in Table1


If you expect different results can you please provide me a sample how you would like to see it!!!

vishsaggi
Champion III
Champion III

Is this the real data? Coz if you have to find out which resource is working on which issue you should have some kind of relationship between two tables? Can you tell us is this data coming from an excel or any other data source. If you tried Aar 's subfield it will map but i can see the Business field has ComED which has uppper case ED but in your workarea field you have Ed with lower case d.

vishsaggi
Champion III
Champion III

Aar i believe it should be 2 in your subfield. Like

Subfield([Work Area], '-', 2) will give you the business names mapping to table1..

Anonymous
Not applicable
Author

ComEd - this is right, ComED- wrong ignore it, both source's are come from excel file only.

aarkay29
Specialist
Specialist

Yes, thanks for correcting me Vishwanath, I overlooked  it