<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Split_Multiselect_Values</id>
	<title>Split Multiselect Values - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Split_Multiselect_Values"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Split_Multiselect_Values&amp;action=history"/>
	<updated>2026-04-03T23:02:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Split_Multiselect_Values&amp;diff=237&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Split_Multiselect_Values&amp;diff=237&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Split_Multiselect_Values&amp;diff=236&amp;oldid=prev</id>
		<title>Smtxwiki: Created page with &quot;Cae : we have a multiselect field (checkbox) and we need each individual value (to call a subform). So how to move from the piped values into seperate values (each value in a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Split_Multiselect_Values&amp;diff=236&amp;oldid=prev"/>
		<updated>2016-12-19T10:23:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Cae : we have a multiselect field (checkbox) and we need each individual value (to call a subform). So how to move from the piped values into seperate values (each value in a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Cae : we have a multiselect field (checkbox) and we need each individual value (to call a subform).&lt;br /&gt;
So how to move from the piped values into seperate values (each value in a seperate field)?&lt;br /&gt;
&lt;br /&gt;
we will use substring :)&lt;br /&gt;
&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
checkboxes contain a list of IDs (!!always 3 digits!!), and in a second column the name of the subform.&lt;br /&gt;
&lt;br /&gt;
suppose they select 187||203||567&lt;br /&gt;
&lt;br /&gt;
to extract the first value (&amp;#039;187&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
     SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 0,3)&lt;br /&gt;
&lt;br /&gt;
     &amp;#039;0&amp;#039; indicates the starting position, &amp;#039;3&amp;#039; indicates the number of characters we need to pull out&lt;br /&gt;
&lt;br /&gt;
the second value would then be found via:&lt;br /&gt;
&lt;br /&gt;
     SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 5,3)&lt;br /&gt;
     we start at position 5, because of the first 3 characters and then the 2 pipes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
for the following elements:&lt;br /&gt;
&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 10,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 15,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 20,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 25,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 30,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 35,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 40,3)&lt;br /&gt;
   SubString(&amp;#039;#REPLACE-FORMFIELD-Bart approval test||Subforms||Nr#&amp;#039;, 45,3)&lt;br /&gt;
&lt;br /&gt;
sample form: http://dev.ssp7.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&amp;amp;id=81&amp;amp;ActiveFieldId=8175&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>