Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gireesh1216
Creator II
Creator II

Not loading one field from Json files

Hello Team,

 

I was not able to load UserName filed from Json file. Could you please help me how to load UserName filed from Json file. Below is the sample Json file script.

Example:

[{"Author" : {"UseName" :"Gireesh12"},"ID":1216,"Title":"Email:12345"}]

Result:

Author ID Tital
9E5576C60A6C58A6 1216 Email:12345

 

Expected Result:

UserName ID Tital
Gireesh12 1216 Email:12345

 

 

Labels (4)
3 Replies
gireesh1216
Creator II
Creator II
Author

Thanks Rohan, Using Json get function will get expected value.

JsonGet('{"Author" : {"UseName" :"Gireesh12"},"ID":1216,"Title":"Email:12345"}','/Author/UserName')

 

Rohan
Specialist
Specialist

Hi Giresh,

So this worked for you right ?

 

Regards,

Rohan.