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

javaScript/Ajax/jquery for getting UserName, Group in the current QlikView Report

Hi,

I need to get the current logged QlikView User, group from the QlikView report.

That also need to be done in the QlikView Report browser clik event.

If any one know how to do this in javascript/ajax/jquery in QlikView Report.

or i should go for any other approach.

Pls can any one help me.

Thanks in advance.

Thanks,

Jagadesan S

6 Replies
martin59
Specialist II
Specialist II

Hi,

I'm not sure to understand as well.

But you can show the QV user with the system function QVUser() or windows user with OSUser().

Hope that helps you

Martin Favier

martin59
Specialist II
Specialist II

Hi,

I'm not sure to understand as well.

But you can show the QV user with the system function QVUser() or windows user with OSUser().

Hope that helps you

Martin Favier

martin59
Specialist II
Specialist II

Hi,

I'm not sure to understand as well.

But you can show the QV user with the system function QVUser() or windows user with OSUser().

Hope that helps you

Martin Favier

Not applicable
Author

Hi Martin,

Thanks for the reply.

Can we write javascript in QlikReport, like Asp.net page?

Thanks,

Jagadesan S

martin59
Specialist II
Specialist II

No, you can't write JS in QV Report, you can only use QV objects... Why do you want to do this ?

Martin Favier

Not applicable
Author

Hi,

Thanks for the reply,

i am new to QlikView, i am from .net.

Please find the description of the requirement below.

Need to raise a post request from qlikView report to a web service(URL).

In that request i need to pass(bind to request header) QV username as well.

Hope, i described the requirement clearly. Please give me some approach for

this.

How i can do it in QlikView.

Thanks,

Jagadesan S