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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need to create a field which refers multiple field from multiple table

Hi friends,

I Need your help.

I need to create a new field, which referes the multiple field which is imported from multiple table.

Here i have attached the example document.

But i need a example, how to import multiple fields from multiple QVD files.

Example:
table 1-field11,field12,field13.

table2-field21,field22,field23.

i need to create new field with field11 and field23.

i.e,

new_field-field11,field23.

If i create a list box for new_field it displays the filed11,field23.

Hope i will get exact reply with good script quickly.

Thanks in advance.

1 Solution

Accepted Solutions
Not applicable
Author

I first loaded all the fields from the table, then i created a new field then loaded the fields which are necessary into it.

View solution in original post

9 Replies
Not applicable
Author

Just a list box ? Give &field11&','&field23 as the <expression> as the List box field.

--Arun

Not applicable
Author

Hi Arun,

Thanks for your quick reply.

I don't need to display the data's in the list box. I just need to display the field name.

example:

------------------------

new_field(list Box)

Field11

Field23

-------------------------

Thats all.

Not applicable
Author

Then you need to use system fields.

Give the following expression in the list box:

=if(left($Field,5)='Field',$Field,null())

This should work.

--Arun

Not applicable
Author

Sorry, i tried. I get some problem. Not the exact result.

Also could you explain what the code do.

Did you find the attachment attached in this forum.

I need the Dimension and Expression like the same, but by importing from QVD file.

Again thanks for your Reply and Idea.

Not applicable
Author

I have found the solution and it is working fine. Thanks for the members who suggest and help me to doing this.

Not applicable
Author

I first loaded all the fields from the table, then i created a new field then loaded the fields which are necessary into it.

Not applicable
Author

Hi Srinivasan,

Can u attach a sample application of it.. "Creating a new field..."

Thakns in advance...

Not applicable
Author

Hi Srinivasan,

Can u attach a sample application of it.. "Creating a new field..."

Thanks in advance...

Not applicable
Author

Hi Ashok,

This is the one which i got from a sales support.