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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
3 Replies
Anil_Babu_Samineni
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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

-Rob