Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
manishapanda1
Contributor III
Contributor III

INLINE Template

Hi All,

i have following requirement in Qliksense .Please help me to get the solution.

user requirement :

User o want the ability to Export and Print this report to a single sheet.

report details :

1.there are couple of SQL query which helps to get the details to Qliksense-(query is already written and desired data also available in qliksense after loading the query).

2.There are total 30 tables generated through the sql query.

3. now the challenge is the 1st column field names starting from title1 to title 2 total is not mentioned any where in the script , i need to define them to give meaning to (NV,DD,CI.......Total).NV,DD,CI....... field names of the tables which generated through sql query.all the table have same field name with different  numbers eg :

table1:

NVDDCIEEJJFFBB

1            2          3            4        6       8             9

Table2:

NVDDCIEEJJFFBB

7            3          5        1             4           8       10          so on till table 30 with different value.

Tried solution :

I have created a inline table

load *inline 
[ title1    
ipd,                
ips,
np,
total
]
load *inline 
[title2
nnn,
vbpp
];

and used that in the table , so now i got my label names.then i am doing pick & wildmatch to get the nv dd....bb values against ipd ,ips,and np. but not getting the correct result.

table sample:

Summary table  
NVDDCIEEJJFFBBTotalNVDDCIEEJJTotal
title1  
ipd        123        124        125        126        127        128        129        882      
ips        235        236        237        238        239        240        241     1,666      
np        436        437        438        439        440        441        442     3,073      
Total        794       797       800       803       806       809       812    5,621      
title2         
nnn                557        558        559        560        561     2,795
vbp                658        659        660        661        662     3,300
Total            1,215    1,217    1,219    1,221    1,223    6,095
               
Value Ref Table               
NV_01DDCIEEJJFFBBNV_OHDD_OHCI_OHEE_OHJJ_OHFF_OHBB_OH 
---------------------------------------------------------------------------------------------------------------------------------------------------------- 
123124125126127128129130131132133134135136 
               
               
NV_02DDCIEEJJFFBBNV_OHDD_OHCI_OHEE_OHJJ_OHFF_OHBB_OH 
---------------------------------------------------------------------------------------------------------------------------------------------------------- 
234235236237238239240241242243244245246247 
               
NV_02DDCIEEJJFFBBNV_OHDD_OHCI_OHEE_OHJJ_OHFF_OHBB_OH 
---------------------------------------------------------------------------------------------------------------------------------------------------------- 
435436437438439440441442443444445446447448 
               
NV_02DDCIEEJJFFBBNV_OHDD_OHCI_OHEE_OHJJ_OHFF_OHBB_OH 
---------------------------------------------------------------------------------------------------------------------------------------------------------- 
556557558559560561562563564565566567568569 
               
NV_02DDCIEEJJFFBBNV_OHDD_OHCI_OHEE_OHJJ_OHFF_OHBB_OH 
---------------------------------------------------------------------------------------------------------------------------------------------------------- 
657658659660661662663664665666667668669670 
0 Replies