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: 
pernillet
Contributor II
Contributor II

Meta data about concatenated facts

Is there any system function or simular, that can show which fields are in a concatenated fact and from which origin/table they come from ?

Like this:

 

Table1:

Load

A,

B,

C,

"1" as Factname

From xx1;

 

Concatenate (Table1)

Load

A,

B,

D,

"2" as Factname

From xx2;

 

Concatinate (Table1)

Load

A,

B,

E,

"3" as Factname

From xx2;

 

 

I would like the result:

 

Field:             Factname

A                          1,2,3

B                          1,2,3

C                          1

D                          2

E                          3

 

2 Replies
rubenmarin

Hi, I think there is no built-in possibility, you need to add an 'origin', 'source', 'factname' or similar field to keep the trace of where the values are coming.

Brett_Bleess
Former Employee
Former Employee

Have a couple of things, but not sure they are going to be of much help:

https://community.qlik.com/t5/Qlik-Design-Blog/The-Table-Viewer/ba-p/1474304

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/System_fields.h...

That is about it in the way of additional info of which I can think.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.