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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Storing IP address in qlikview link and using that in a chart

Hi All,

I am using below link in qlikview expression

If(Dimensionality() = 0 , '', 'Click here to Add Notes<url>http://&''&$(vIP)/Qlik/aspAddCustomerInvoice.aspx?CustomerNo='&CustNo &'&'&'InvoiceNo='&InvoiceRefNo &'&'&'AddedBy='&' '&(Vuser)&'&CompanyId='&(COMPANYID1))

I am storing IP address in vIP='172.23.11.22'

But I am not able to use the variable in above link can you please suggest how shall i use the variable for same.

Thanks

4 Replies
marcus_sommer

Are you sure that your url is valid - how does they look like if you hoover over them (bottom left of the screen within the browser)?

- Marcus

mayankraoka
Specialist
Specialist

HI Deepak,

Can you give it a try without $ sign like this:

If(Dimensionality() = 0 , '', 'Click here to Add Notes<url>http://&''&(vIP)/Qlik/aspAddCustomerInvoice.aspx?CustomerNo='&CustNo &'&'&'InvoiceNo='&InvoiceRefNo &'&'&'AddedBy='&' '&(Vuser)&'&CompanyId='&(COMPANYID1))


Regards,

Mayank

deepakqlikview_123
Specialist
Specialist
Author

Done man, I got the solution

=If(Dimensionality() = 0 , '', 'Click here to Add Notes<url>http://'&$(vIP)&'/Qlik/aspAddCustomerInvoice.aspx?CustomerNo='&CustNo &'&'&'InvoiceNo='&InvoiceRefNo &'&'&'AddedBy='&' '&(Vuser)&'&CompanyId='&(COMPANYID1))

How are u

mayankraoka
Specialist
Specialist

Great..you got the solution.

I am good buddy.