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: 
Anonymous
Not applicable

add same field names data while loading

hi folks,

how to add unit1+unit1=unit1 revenue

                 unit2+unit2=unit2 revenue in advance.venue

                 unit3+unit3=unit3 revenue

while loading flat file data into qlikview.

plz find the attached excel file.

thanks in advance

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Please check the attached file for solution.

Regards,

Jagan.

View solution in original post

13 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Try with this

    

LOAD bu,

     Sum(revenue) as revenue

FROM

DataSource\commu.bu.xlsx

(ooxml, embedded labels, table is Sheet1) Group by bu;

Hope it helps

Celambarasan

Anonymous
Not applicable
Author

hi thanks for quick responce.

in real data

i need to add ap+mh=unit1

del+no=unit2

like this

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Could you tell me brief about the full structure of the table?its easy to me understand and solve.

Celambarasan

Anonymous
Not applicable
Author

hi,

plz find the attached qvw.

Thanks In Advance

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     I'm using personal edition i cann't open your file.Can you tell me about a structure itself?

Celambarasan

Anonymous
Not applicable
Author

hi

plz find excel sheet

jagan
Partner - Champion III
Partner - Champion III

Hi,

Please check the Excel file and let me know, this is what you require.

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Please check the Excel file and let me know, this is what you require.

Regards,

Jagan.

Anonymous
Not applicable
Author

hi jagan,

plz find the attached Excel file

Thanks For ur quick responce