Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
hi thanks for quick responce.
in real data
i need to add ap+mh=unit1
del+no=unit2
like this
Hi,
Could you tell me brief about the full structure of the table?its easy to me understand and solve.
Celambarasan
hi,
plz find the attached qvw.
Thanks In Advance
Hi,
I'm using personal edition i cann't open your file.Can you tell me about a structure itself?
Celambarasan
hi
plz find excel sheet
Hi,
Please check the Excel file and let me know, this is what you require.
Regards,
Jagan.
Hi,
Please check the Excel file and let me know, this is what you require.
Regards,
Jagan.
hi jagan,
plz find the attached Excel file
Thanks For ur quick responce