Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
andy
Partner - Creator III
Partner - Creator III

Diff in string handling between version 11.0 and 11.2, (2 single quotes produced in 11.0)

Hi all,

The small application uploaded shows what seems to be a diff between QV version 11.0 and version 11.2.

The script is just two rows

set example_text = WildMatch(%comp,'*java*','*js*');

Let result_text = '$(example_text)' & '=0';

On 11.0 systems that results in result_text being

WildMatch(%comp,''*java*'',''*js*'')

while on 11.2 result_text is

WildMatch(%comp,'*java*','*js*')

/Andy

0 Replies