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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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

May be like this

RangeSum(Likes, Comments, Shares) as Total

View solution in original post

1 Reply
sunny_talwar

May be like this

RangeSum(Likes, Comments, Shares) as Total