Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all
I have straight table with issue details I want to add link column in straight table and when user press this
link button qlikview will redirect to to email out look along with issue no in subject.
Thanks in adv
Vikas
=('E Mail'&'<url>'&'mailto:'& only(EmailID)& '&subject=Issue No : ')&Only(LogNo)
Resolved with my self
=('E Mail'&'<url>'&'mailto:'& only(EmailID)& '&subject=Issue No : ')&Only(LogNo)
Resolved with my self