Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

transpose during load

Hi,

I have the following dataset in excel :

sense_transpose.PNG

What I would like to do is during the load, calculate a total field. Also, where there are no values (eg, row 12) default to 1?

Is this possible?

Many thanks,

Phil

3 Replies
Anil_Babu_Samineni

Please share excel file

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

USER1 is 5? How?

May be this

If(RangeCount(CourseA, CourseB, CourseC, CourseD, CourseE, CourseF, CourseG) = 0, 1, RangeCount(CourseA, CourseB, CourseC, CourseD, CourseE, CourseF, CourseG))

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You'll want to start with a CrossTable load to unwrap the table.  Crosstable ‒ QlikView

-Rob