<?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: Parameter String Value Controls Yes/No Visibility Parameter in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843464#M128382</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/290173"&gt;@DavidHarrington-WPM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;That is an impressive forum thread&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Agreed. And an excellent resource to keep handy.&amp;nbsp; Bookmark it or print it. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 19:03:12 GMT</pubDate>
    <dc:creator>barthbradley</dc:creator>
    <dc:date>2020-11-03T19:03:12Z</dc:date>
    <item>
      <title>Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843381#M128371</link>
      <description>&lt;P&gt;I'm at my wits end on this one. Here's a run down of what I'm trying to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type Parameters:&lt;/P&gt;&lt;P&gt;MyTextString - Text Parameters&lt;/P&gt;&lt;P&gt;HideTheDetailLine - Yes/No Parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When MyTextString has a value other than "". then enable the Yes/No parameter HideTheDetailLine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to figure it out using this formula for the&amp;nbsp;HideTheDetailLine parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(MyTextString),1=1,1=0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that isn't working...I get "Comma not expected" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know the vernacular here?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:23:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843381#M128371</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843384#M128372</link>
      <description>&lt;P&gt;Text parameters cannot be used to drive formula. Use another parameter type such as Yes/No, Number, Integer, etc to drive your formula.&lt;/P&gt;
&lt;P&gt;For example:&amp;nbsp;Use an integer parameter [Int] to drive a Yes/No parameter.&lt;/P&gt;
&lt;P&gt;if (Int = 1, 1=1, 1=0)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://revitforum.org/showthread.php/1046-Revit-Formulas-for-quot-everyday-quot-usage" target="_blank" rel="noopener"&gt;https://revitforum.org/showthread.php/1046-Revit-Formulas-for-quot-everyday-quot-usage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:33:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843384#M128372</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2020-11-03T18:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843394#M128373</link>
      <description>&lt;P&gt;Not sure I understand. Do you mean create additional parameters that not text based to then control the other 2 parameters display?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:31:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843394#M128373</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T18:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843410#M128374</link>
      <description>Please read my reply again.</description>
      <pubDate>Tue, 03 Nov 2020 18:39:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843410#M128374</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2020-11-03T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843423#M128375</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read your reply. Perhaps my problem may not have a solution, but that is what I'm wanting to do. If a parameter has a value greater than nil, then I would like a formula to understand that and impact a Yes/No parameter so that I can control the display of something else for when the text value is blank or filled.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:46:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843423#M128375</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T18:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843429#M128376</link>
      <description>The solution is NOT using a text parameter, but another type such as a number parameter.</description>
      <pubDate>Tue, 03 Nov 2020 18:49:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843429#M128376</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2020-11-03T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843437#M128377</link>
      <description>&lt;P&gt;Can you point me to how I can use the string value from my text parameter to control the display of other elements?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843437#M128377</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T18:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843442#M128378</link>
      <description>&lt;P&gt;&lt;A href="https://revitforum.org/showthread.php/1046-Revit-Formulas-for-quot-everyday-quot-usage" target="_blank" rel="noopener"&gt;https://revitforum.org/showthread.php/1046-Revit-Formulas-for-quot-everyday-quot-usage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: &lt;STRONG&gt;&lt;EM&gt;"Conditional statements can contain numeric values, numeric parameter names, and Yes/No parameters."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:58:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843442#M128378</guid>
      <dc:creator>barthbradley</dc:creator>
      <dc:date>2020-11-03T18:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843448#M128379</link>
      <description>&lt;P&gt;That is an impressive forum thread and has what seems like a 100 different formulas. And that's just the first post...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:58:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843448#M128379</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843451#M128380</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/290173"&gt;@DavidHarrington-WPM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can you point me to how I can use the string value from my text parameter to control the display of other elements?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No you cannot use a text parameter to control the display of other elements. Use another type of parameter instated, as siad in the previous posts.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 18:59:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843451#M128380</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2020-11-03T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843458#M128381</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/290173"&gt;@DavidHarrington-WPM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;That is an impressive forum thread and has what seems like a 100 different formulas. And that's just the first post...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Think it is the same link in my 1st reply.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:01:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843458#M128381</guid>
      <dc:creator>ToanDN</dc:creator>
      <dc:date>2020-11-03T19:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843464#M128382</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/290173"&gt;@DavidHarrington-WPM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;That is an impressive forum thread&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Agreed. And an excellent resource to keep handy.&amp;nbsp; Bookmark it or print it. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843464#M128382</guid>
      <dc:creator>barthbradley</dc:creator>
      <dc:date>2020-11-03T19:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843513#M128383</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Not possible to test for text condition in a formula as mentioned, so you will need three (or four) parameters something along the lines of:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;parameter text input &lt;FONT color="#ff6600"&gt;[textinput]&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;parameter text output : IF( &lt;FONT color="#339966"&gt;[textinputhasavalue]&lt;/FONT&gt; , &lt;FONT color="#ff6600"&gt;[textinput]&lt;/FONT&gt; , "")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;parameter yes/no &lt;FONT color="#339966"&gt;[textinputhasavalue]&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;(parameter yes/no) [hidemyline] : NOT( &lt;FONT color="#339966"&gt;[textinputhasavalue]&lt;/FONT&gt; )&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;or&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;parameter text input &lt;/SPAN&gt;&lt;FONT color="#ff6600"&gt;[textinput]&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;parameter text output : IF( NOT(&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;[textinputhasavalue]&lt;/FONT&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;) ,&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; "" , &lt;FONT color="#ff6600"&gt;[textinput]&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;parameter yes/no &lt;/SPAN&gt;&lt;FONT color="#339966"&gt;[textinputhasavalue] &lt;FONT color="#000000"&gt;(associate to line visibility directly ie.)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#339966"&gt;&lt;FONT color="#000000"&gt;edit: may have read your question wrong since you want to enable the visibilitytoggle, but basically the answer is the same... to do it the other way around.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:39:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843513#M128383</guid>
      <dc:creator>martijn_pater</dc:creator>
      <dc:date>2020-11-03T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843532#M128384</link>
      <description>&lt;P&gt;Thanks Martijn, that is helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I'm understanding the situation - I can manually "flip the switch" on the toggle which in effect can "" a secondary text parameter and control the display of elements via that toggle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm still stuck in that the value (or lack thereof) isn't driving the visibility. Rather it is being controlled by my fingers as I flip that switch. Am I correct here?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:35:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843532#M128384</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T19:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843552#M128385</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/290173"&gt;@DavidHarrington-WPM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;But I'm still stuck in that the value (or lack thereof) isn't driving the visibility. Rather it is being controlled by my fingers as I flip that switch. Am I correct here?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT size="3"&gt;Correct, see also edited post. &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #666666; cursor: text; font-family: 'Artifakt',Tahoma,Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Note that with the above you could still leave the input field empty whilst toggling it on anyway... so then it kind of defeats the purpose, but it might be the best approach anyway...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;BTW what kind of text input are we talking about? Is it a finite number of options or random text?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:49:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843552#M128385</guid>
      <dc:creator>martijn_pater</dc:creator>
      <dc:date>2020-11-03T19:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter String Value Controls Yes/No Visibility Parameter</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843580#M128386</link>
      <description>&lt;P&gt;Basically unknown text value. The value is shown via a nested symbol in my family. Then there is the detail line in my family. The 2 are related. When the value in my parameter is not nil, it'll show in the nested symbol. However, when the value is my parameter is nil, I get a "?" showing in the nested symbol. So I have to turn that off AND I have to turn off the detail line that is associated with it. Using a bank of toggles for each text/line that is part of my family isn't ideal - but if that is my only option then so be it.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 19:58:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/parameter-string-value-controls-yes-no-visibility-parameter/m-p/9843580#M128386</guid>
      <dc:creator>DavidHarrington-WPM</dc:creator>
      <dc:date>2020-11-03T19:58:13Z</dc:date>
    </item>
  </channel>
</rss>

