<?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 SAS Studio Tasks XML - Group of checkboxes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Studio-Tasks-XML-Group-of-checkboxes/m-p/880764#M348003</link>
    <description>&lt;P&gt;Hi experts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm writing custom tasks in SAS Studio and I would like to select a year (for example 2021) and show a list of selected checkboxes (all months from Jan to Dec). Since they are checkboxes also be able to select specific months.&lt;/P&gt;
&lt;P&gt;It's something similar to this image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84994iF66E972E4F5DCBBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="img.png" alt="img.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried the to follow this example (dependency) but the I don't know whichs items can I use as the example.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&amp;lt;Metadata&amp;gt;
	&amp;lt;Options&amp;gt;
		&amp;lt;Option name="cbxValue" inputType="checkbox" &amp;gt;Specify value&amp;lt;/Option&amp;gt;
		&amp;lt;Option name="txtValue" inputType="inputtext"&amp;gt;Enter a value&amp;lt;/Option&amp;gt;
	&amp;lt;/Options&amp;gt;
&amp;lt;/Metadata&amp;gt;
&amp;lt;UI&amp;gt;
	&amp;lt;OptionItem option="cbxValue"/&amp;gt;
	&amp;lt;OptionItem option="txtValue"/&amp;gt;
&amp;lt;/UI&amp;gt;
&amp;lt;OptionDependencies&amp;gt;
	&amp;lt;OptionDependency&amp;gt;
		&amp;lt;TriggerOption option="cbxValue"/&amp;gt;
		&amp;lt;TriggerValue value="true"&amp;gt;
			&amp;lt;ShowTarget option="txtValue"/&amp;gt;
		&amp;lt;/TriggerValue&amp;gt;
	&amp;lt;/OptionDependency&amp;gt;
&amp;lt;/OptionDependencies&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any reference or example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Javier&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 18:08:07 GMT</pubDate>
    <dc:creator>a20121248</dc:creator>
    <dc:date>2023-06-14T18:08:07Z</dc:date>
    <item>
      <title>SAS Studio Tasks XML - Group of checkboxes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Studio-Tasks-XML-Group-of-checkboxes/m-p/880764#M348003</link>
      <description>&lt;P&gt;Hi experts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm writing custom tasks in SAS Studio and I would like to select a year (for example 2021) and show a list of selected checkboxes (all months from Jan to Dec). Since they are checkboxes also be able to select specific months.&lt;/P&gt;
&lt;P&gt;It's something similar to this image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84994iF66E972E4F5DCBBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="img.png" alt="img.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried the to follow this example (dependency) but the I don't know whichs items can I use as the example.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&amp;lt;Metadata&amp;gt;
	&amp;lt;Options&amp;gt;
		&amp;lt;Option name="cbxValue" inputType="checkbox" &amp;gt;Specify value&amp;lt;/Option&amp;gt;
		&amp;lt;Option name="txtValue" inputType="inputtext"&amp;gt;Enter a value&amp;lt;/Option&amp;gt;
	&amp;lt;/Options&amp;gt;
&amp;lt;/Metadata&amp;gt;
&amp;lt;UI&amp;gt;
	&amp;lt;OptionItem option="cbxValue"/&amp;gt;
	&amp;lt;OptionItem option="txtValue"/&amp;gt;
&amp;lt;/UI&amp;gt;
&amp;lt;OptionDependencies&amp;gt;
	&amp;lt;OptionDependency&amp;gt;
		&amp;lt;TriggerOption option="cbxValue"/&amp;gt;
		&amp;lt;TriggerValue value="true"&amp;gt;
			&amp;lt;ShowTarget option="txtValue"/&amp;gt;
		&amp;lt;/TriggerValue&amp;gt;
	&amp;lt;/OptionDependency&amp;gt;
&amp;lt;/OptionDependencies&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any reference or example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Javier&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 18:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Studio-Tasks-XML-Group-of-checkboxes/m-p/880764#M348003</guid>
      <dc:creator>a20121248</dc:creator>
      <dc:date>2023-06-14T18:08:07Z</dc:date>
    </item>
  </channel>
</rss>

