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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Calculation in Script

I have several fields, each with a numerical value

Likes

Shares

Comments

that i want to add together in my script to create a new field.

What is the structure of this in the script?

I tried SUM(Likes+Comments+Shares) AS field but would not function

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be like this

RangeSum(Likes, Comments, Shares) as Total

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

May be like this

RangeSum(Likes, Comments, Shares) as Total