Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz123451
Contributor II
Contributor II

Calculated fields

I am very new to Qliksense and I am trying to create a new calculated field called Session Group by referencing data from the Session Name column but I am not very sure on how to do it. Will appreciate any help. Thank you!!

Original Sample Data

Screen Shot 2023-08-01 at 10.53.44 PM.png

Final Sample Data 

Screen Shot 2023-08-01 at 10.53.52 PM.png

 

 

 

Labels (2)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

Hi, perhaps like this.

SubField(Session_Name, '_', 3) as Succession_Group

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

Hi, perhaps like this.

SubField(Session_Name, '_', 3) as Succession_Group