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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mapping - help

Hi

Please find attached excel file.

BOOKING and CATEGORY are tables. CATEGORY NAME & SALES are Columns (highlighted in red colour).

I want to see CATEGORY NAME wise SALES. But there is no relationship ( or common key) between tables.

How can I MAP the fields ?

Can anybody help me out ??

Many thanks

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

Is there a correspondence line to line for each table (sheet)? If that's the case, you can load both tables separately and create a new field in both

RowNo() AS Record_No


So line 1 in table "booking" corresponds to line 1 in table "category".

Hope that helps.

View solution in original post

6 Replies
Not applicable
Author

I think you should use intervalmatch().

Not applicable
Author

Hi Muncho

Thanks for your reply.

Can you explain me how to use INTERVAL MATCH () in script ?

Syntax please ?

Many thanks

Miguel_Angel_Baeyens

Hello,

Is there a correspondence line to line for each table (sheet)? If that's the case, you can load both tables separately and create a new field in both

RowNo() AS Record_No


So line 1 in table "booking" corresponds to line 1 in table "category".

Hope that helps.

Not applicable
Author

Hi miguel

Thanks for your reply .


Miguel Angel Baeyens wrote:
Is there a correspondence line to line for each table (sheet)?


No Correspondence for each table.

How to link them ??

Many thanks



Miguel_Angel_Baeyens


puli.prakash83 wrote:No Correspondence for each table.
How to link them ??


It's something it's very difficult (if not impossible) to say. Not knowing the datamodel, it is something that has nothing to do with QlikView rather than the analyses required and the information where they com from. If there is no way to link two tables, then it's not possible to make analysis between them.

You need to find some criteria so you can associate one way or another what fields from one table can be linked to the other table.

Regards.

Not applicable
Author

Hi Miguel

Sorry from my side. I have checked again and find out there is a correspondence line to line for each table. Then I tried your solution …..rowno() as record_no… in each load. That's working great. I have got perfect results.

Thanks a lot miguel….