RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 98 forks source link

ExpandInterval doesn't work if filed contains spaces #94

Closed gianfrdp closed 4 years ago

gianfrdp commented 4 years ago

Using this call CALL Qvc.ExpandInterval('Rates', 'Reference Date', '', '[Currency From],[Currency To]'); doesn't work on QlikSense. Nor CALL Qvc.ExpandInterval('Rates', '[Reference Date]', '', '[Currency From],[Currency To]');

After changes, now it works.