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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sum fields

Hi evrybody ,

Im a beeginner in qlik view , i have 2 fields for exemple

A  & B

i want to create a other Fields C = sum of ( A,B)

Someone have a Idea

Thank U 

3 Replies
Anonymous
Not applicable
Author

in your load statement... try something like below.

Load

Field1,

Field2,

A + B as C

Resident sometable

Group By Field1, Field2;

Not applicable
Author

Can i show thad directly in a textbox  , without doing during  the Loading

Thank u Aadil

Anonymous
Not applicable
Author

Yes, I don't see a reason as to why would that not work. Go ahead, try it.