Qlikview - join columnin expressions -


i have 2 column:

col1               col2                   d b                   e c                   f 

i want in expression join columns ,

     col             b       c       d       e 

any idea?

t1: load * inline [ col1 b c ];

t2: load * inline [ col2 d e f ];

t: load col1 col resident t1;

load col2 col resident t2;

drop tables t1,t2;


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -