<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is it possible to fill up User preferences/mail  using variables?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545390#M1137344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to fill email data ( username, password, server etc ) located in user preferences using variables instead of typing them.&lt;/P&gt;&lt;P&gt;is it possible? How?&lt;/P&gt;&lt;P&gt;Can I see an example of how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 09:12:19 GMT</pubDate>
    <dc:creator>sherazade</dc:creator>
    <dc:date>2013-10-11T09:12:19Z</dc:date>
    <item>
      <title>Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545390#M1137344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to fill email data ( username, password, server etc ) located in user preferences using variables instead of typing them.&lt;/P&gt;&lt;P&gt;is it possible? How?&lt;/P&gt;&lt;P&gt;Can I see an example of how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 09:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545390#M1137344</guid>
      <dc:creator>sherazade</dc:creator>
      <dc:date>2013-10-11T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545391#M1137345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to use QV to write data somewhere? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 09:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545391#M1137345</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-11T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545392#M1137346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to place some conditional "script" to change the mail data depending on different selections,&amp;nbsp; for example QVUser() "A" has&amp;nbsp; smtp.usera.com,&lt;/P&gt;&lt;P&gt;QVUser() "B" has smtp.userb.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 09:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545392#M1137346</guid>
      <dc:creator>sherazade</dc:creator>
      <dc:date>2013-10-11T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545393#M1137347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are several triggers that can be fired when opening the document.&lt;/P&gt;&lt;P&gt;They are available in Settings -&amp;gt; Document Properties -&amp;gt; Triggers -&amp;gt; Document Event triggers -&amp;gt; OnOpen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can set the values of a variable (let's say vSMTPserver) depending on the result of the QVUser() function: Actions -&amp;gt; Set Variable vSMTP to Value: if(QVUser()='A','smtp.usera.com','smtp.userb.com')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 10:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545393#M1137347</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-11T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545394#M1137348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I did not explain well my problem or I do not understand your kind answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger, as suggested,&amp;nbsp; fills variable "vSMTP" to the proper value depending on qvuser() , see attached image trigger1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that still user preferences mail&amp;nbsp; "server" cell remains empty.&amp;nbsp;&amp;nbsp; see attached image upref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens because "user pref / mail/server address variable" has a different name fron vSMTP? &lt;/P&gt;&lt;P&gt;where can I find system variables for all the relevant fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sender name&lt;/P&gt;&lt;P&gt;sender address&lt;/P&gt;&lt;P&gt;server address&lt;/P&gt;&lt;P&gt;server port&lt;/P&gt;&lt;P&gt;auth method&lt;/P&gt;&lt;P&gt;user id&lt;/P&gt;&lt;P&gt;password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="upref.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/47522_upref.jpg" style="width: 620px; height: 529px;" /&gt;&lt;IMG alt="trigger1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/47523_trigger1.jpg" style="width: 620px; height: 528px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 10:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545394#M1137348</guid>
      <dc:creator>sherazade</dc:creator>
      <dc:date>2013-10-11T10:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545395#M1137349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I had not understood your question. Now I have!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if these settings can be changed from within the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A possibility is to write a macro in the document, in which you can set the smtpserver, user, password, port, depending on the values of the variables, etc... and send the required emails (have a look at community.qlik.com/thread/74788)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 10:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545395#M1137349</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-11T10:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to fill up User preferences/mail  using variables??</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545396#M1137350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maintani table for username, password, server ans so on and use that data in to dashboard as a variable or as a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 10:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-fill-up-User-preferences-mail-using-variables/m-p/545396#M1137350</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2013-10-11T10:53:24Z</dc:date>
    </item>
  </channel>
</rss>

