<?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: Feature request: Expressions for &amp;quot;border&amp;quot;_checkbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787089#M278441</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;no, the near-transparency doesn't work neither.&lt;/P&gt;&lt;P&gt;Well, never mind - it does work when I set it to WHITE-or-BLACK. That is not quite as good as transparent since I have a background_picture and the white lines show of course, but well, I guess it's better than to start messing with macros - I try not to make it more complicated than necessary. Some things about our system are strange already, some things just don't work the way they seem to work everywhere else ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 14:51:53 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-11-20T14:51:53Z</dc:date>
    <item>
      <title>Feature request: Expressions for "border"_checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787085#M278437</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;I quite often have the requirement of creating some "invisible" (transparent) buttons and overlaying them over e.g. the cells of a straight_table.&lt;/P&gt;&lt;P&gt;=&amp;gt; To be able to see them whenever I have to do some development_work, I already have some text in them that will appear on clicking a "dev" button.&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; That isn't yet quite satisfactory since what's equally important is&amp;nbsp; the size of a checkbox (so I&amp;nbsp; can properly align them). So I need the borders&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; The "border" checkbox doesn't accept expressions, so I have to activate or deactivate it on each of the buttons in turn.&lt;/P&gt;&lt;P&gt;It would be much easier if I could make that dependent on the "dev" button, too, so when I click it, the border of every one of my buttons would become visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Expressions to activate/deactivate the borders in the dialog ("layout" tab) would be much more handy. Simple checkboxes are somewhat inflexible ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787085#M278437</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-11-20T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Expressions for "border"_checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787086#M278438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the border couldn't be set dynamically per expression-variable, but you could try it with a transparent color for them, like: if(var = 0, argb(0,0,0,0), black()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787086#M278438</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-20T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Expressions for "border"_checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787087#M278439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is a very good idea. With the argb() function, I can easily switch the colour between black and "transparent_black)&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Only ... it won't work. I don't know why. The text within the buttons that I have does react to that variable, just like it should - but the border doesn't. I tick the checkbox, and in the edit_field for the colour, I write&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; = IF(v_Dev = 1, argb(255, 0,0,0), argb(0,0,0,0)) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Can you tell me what's wrong about that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787087#M278439</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-11-20T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Expressions for "border"_checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787088#M278440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems to be a feature that if a border is set then it couldn' be transparent ... (I have tried it). Maybe you could come nearby enough with argb(1,0,0,0) or similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not you could try it with a macro - here an example from APIGuide.qvw:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** set thin border for all objects on active sheet **&lt;/P&gt;&lt;P&gt;set sh = ActiveDocument.ActiveSheet &lt;/P&gt;&lt;P&gt;for i = 0 to sh.NoOfSheetObjects-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = sh.SheetObjects(i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; frame = obj.GetFrame&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; frame.BorderEffect = 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 'depressed border&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.SetBorder frame&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787088#M278440</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-20T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request: Expressions for "border"_checkbox</title>
      <link>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787089#M278441</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;no, the near-transparency doesn't work neither.&lt;/P&gt;&lt;P&gt;Well, never mind - it does work when I set it to WHITE-or-BLACK. That is not quite as good as transparent since I have a background_picture and the white lines show of course, but well, I guess it's better than to start messing with macros - I try not to make it more complicated than necessary. Some things about our system are strange already, some things just don't work the way they seem to work everywhere else ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Feature-request-Expressions-for-quot-border-quot-checkbox/m-p/787089#M278441</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-11-20T14:51:53Z</dc:date>
    </item>
  </channel>
</rss>

