Importing CSV data into Knackly using the Allow Import option
There are times when you have information in an Excel spreadsheet that you would like to import into Knackly. In this video, we go over the steps that are needed to import CSV information.
The formula used in the video
Name: TotalRetainer
Formula Type: Number
Forumla:
[name of selection list variable]|reduce: _result + [Column Name To Add].toInt(): 0
In our example, the formula looks like this.
Engagement.CaseOptions|reduce: _result + Cost.toInt(): 0