Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
in your load statement... try something like below.
Load
Field1,
Field2,
A + B as C
Resident sometable
Group By Field1, Field2;
Can i show thad directly in a textbox , without doing during the Loading
Thank u Aadil
Yes, I don't see a reason as to why would that not work. Go ahead, try it.