<?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 Re: Wildmatch - user input variable on a field on UI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208668#M873873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Concat(DISTINCT '|' &amp;amp; [SCR Number] &amp;amp; '|', ','), '|vSCRNumber|'), 'Not Available', 'Available')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(SubStringCount(Concat(DISTINCT '|' &amp;amp; [SCR Number] &amp;amp; '|', ','), '|vSCRNumber|') &amp;gt; 0, 'Not Available', 'Available')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 09:43:06 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-04T09:43:06Z</dc:date>
    <item>
      <title>Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208667#M873872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am working on a requirement where user will provide inputs in an input box and based on the input a Hostname would be generated.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fields that user need to enter are:-&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Server Location&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SCR (Unique Number)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Server type&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;amp; so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also,after every time when user presses save button, current set of values(from all input variables)&amp;nbsp; gets saved in a qvd and automatically are loaded in the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; text-decoration: underline;"&gt;Objective:-&lt;/STRONG&gt; Now , because SCR Number should be unique , i have given a text box in front of SCR Number input box which has to provide message to user that entered SCR Number is available if it is not found in pre-existing SCR Numbers.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Otherwise, Not Available should be displayed.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Unfortunately,wildmatch function is not working in this text box.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have written :- if(WildMatch([SCR Number],vSCRNumber)=1,'Not Available','Available')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142925_1.PNG" style="height: 266px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This expression is not finding any SCR Number value because of multiple values present.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How can this thing be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also, can a pop up also be enabled if input box is left empty while pressing save button ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208667#M873872</guid>
      <dc:creator>Pulkit_Thukral</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208668#M873873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(Concat(DISTINCT '|' &amp;amp; [SCR Number] &amp;amp; '|', ','), '|vSCRNumber|'), 'Not Available', 'Available')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(SubStringCount(Concat(DISTINCT '|' &amp;amp; [SCR Number] &amp;amp; '|', ','), '|vSCRNumber|') &amp;gt; 0, 'Not Available', 'Available')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 09:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208668#M873873</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-04T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208669#M873874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, I made some mistakes in the above expression, try in the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 09:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208669#M873874</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-04T09:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208670#M873875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Big thanks Sunny for your help. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Only Question is, will the performance degrade once we have a big list of SCR Numbers ?&lt;/P&gt;&lt;P&gt;Also , if you may notice in below straight table, IP Value is not coming properly as it is taking value from the variable-vIP. Hence, showing the expression rather than the value.&lt;/P&gt;&lt;P&gt;How can we get this value ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208670#M873875</guid>
      <dc:creator>Pulkit_Thukral</dc:creator>
      <dc:date>2016-11-04T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208671#M873876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st -&amp;gt; It could affect performance, but should not be a deal breaker unless you have resource constraints.&lt;/P&gt;&lt;P&gt;2nd -&amp;gt; May be try to add Evaluate() function around your variable. I am not sure, but if you can provide a sample qvd for scenario, I can play around with this a little.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208671#M873876</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-04T11:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch - user input variable on a field on UI</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208672#M873877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you have the application now.&lt;/P&gt;&lt;P&gt;Would request you to enter the values in the input boxes and select save button, it will automatically create a qvd in your desktop.&lt;/P&gt;&lt;P&gt;The same would be updated in the below straight table automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is requested as I will not be able to share such file here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-user-input-variable-on-a-field-on-UI/m-p/1208672#M873877</guid>
      <dc:creator>Pulkit_Thukral</dc:creator>
      <dc:date>2016-11-04T13:16:58Z</dc:date>
    </item>
  </channel>
</rss>

