Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
srinivaschallam_19
Contributor
Contributor

Sessions Moniter loading error

Hi Team , 

While reloading the Session  Monitor Apps , am facing the error for the below script . Could you please help me out .


"Error: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. "

SCRIPT:
SUB
monitor_apps_REST_user

LIB CONNECT TO 'monitor_apps_REST_user_condensed';


User:
Load
userDirectory & '\' & userId AS UserId,
[name] AS [User Name],
userDirectory as [User Directory]
;
SQL SELECT
"userId",
"userDirectory",
"name"
FROM JSON (wrap on) "root";

ENDSUB

Labels (1)
0 Replies