Separating A String And Filling In Value Between A Range (Subfield)
First Off, I know I can use Subfield function to add rows for the "," and even the "-" dashes. What I am trying to figure out is how can I populate the missing values in the range of items with the "-".
Example: String is 30-50. I can use Subfield(Field name, "-" to get the following:
Row 1: 30
Row 2: 50
What I want to get is:
Row 1: 30
Row 2: 31
Row 3: 32
Etc.
Attached is a sample file with data I am trying to do this with in the Qlik Script. Any help would be greatly appreciated.