<?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: Creating view filters for some parameters is impossible in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12742904#M65255</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a similar issue here, when creating a filter for OST_ElectricalFixtures and OST_GenericModel works just fine, but it does not for OST_StructuralFoundation and OST_StructuralFraming.&lt;/P&gt;&lt;P&gt;We have a lot of different projects that need to have such filters.&lt;/P&gt;&lt;P&gt;Though it does not take up a huge amount of time to do it by hand, we cannot integrate it in our automation add-ins.&lt;/P&gt;&lt;P&gt;We have around 20 persons impacted by this.&lt;/P&gt;&lt;P&gt;That is all the information I can give you, sorry if it is a bit light.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Quentin&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 08:27:10 GMT</pubDate>
    <dc:creator>betEDURD</dc:creator>
    <dc:date>2024-04-30T08:27:10Z</dc:date>
    <item>
      <title>Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6357664#M65245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create view filters for walls depending on some criteria like :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;their phase (BuiltInParameter.PHASE_CREATED)&lt;/LI&gt;&lt;LI&gt;their location line&amp;nbsp;(BuiltInParameter.WALL_KEY_REF_PARAM)&lt;/LI&gt;&lt;LI&gt;the level their are attached to&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All these parameters are not available in the UI when a user wants to create a new rule-based filter.&lt;/P&gt;&lt;P&gt;Could you please confirm to me it is not possible through the API ? When I try,&amp;nbsp;it fails saying: “One of the given rules refers to a parameter that does not apply to this filter’s categories.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Parameter name: rules”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why are some parameters available/not available for view filtering ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think I could use selection-based filters instead, as it is possible with the UI ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 14:55:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6357664#M65245</guid>
      <dc:creator>m.vallee</dc:creator>
      <dc:date>2016-05-31T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6387164#M65246</link>
      <description>&lt;P&gt;The issue is it seems impossible to make view filters using instance parameters. You can just use type parameters...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone else facing this ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6387164#M65246</guid>
      <dc:creator>m.vallee</dc:creator>
      <dc:date>2016-06-16T12:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6430857#M65247</link>
      <description>Dear Maxime Vallée,&lt;BR /&gt;&lt;BR /&gt;You can use Revit API ParameterFilterElement.AllRuleParametersApplicable(Document, ICollection&amp;lt;ElementId&amp;gt;, IList&amp;lt;FilterRule&amp;gt;) or ParameterFilterElement.AllRuleParametersApplicable(IList&amp;lt;FilterRule&amp;gt;) to check if parameter is applicable for element filter. However, the parameter application of  Revit API will be same with Revit UI.&lt;BR /&gt;&lt;BR /&gt;Regarding why your mentioned parameters are not supported,  we already create Revit issue CF-4592 to track your request.&lt;BR /&gt;&lt;BR /&gt;Thanks for your understand and support.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2016 08:55:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6430857#M65247</guid>
      <dc:creator>JimJia</dc:creator>
      <dc:date>2016-07-12T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6430860#M65248</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Maxime Vallée,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No, the view filter can use instance parameters definitely; the problem you're facing is some special parameters are not supported; we already create Revit issue&amp;nbsp;&lt;A href="https://autodesk.my.salesforce.com/a0O3A000002dUIZ" target="_blank"&gt;CF-4592&lt;/A&gt;&amp;nbsp;to track this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 08:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6430860#M65248</guid>
      <dc:creator>JimJia</dc:creator>
      <dc:date>2016-07-12T08:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6445123#M65249</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;Please keep me informed when Revit issue CF-4592 is solved.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;Maxime&lt;BR /&gt;&lt;BR /&gt;Maxime Vallée&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Informatique Technique Bouygues Entreprise France - Europe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;'&lt;BR /&gt;&lt;BR /&gt;+33 (0)2 78 62 40 84 -&lt;BR /&gt;&lt;BR /&gt;[&lt;A href="http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_logo_cellphone.jpg" target="_blank"&gt;http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_logo_cellphone.jpg&lt;/A&gt;]&lt;BR /&gt;&lt;BR /&gt;+33 (0)6 99 16 61 79&lt;BR /&gt;&lt;BR /&gt;*&lt;BR /&gt;&lt;BR /&gt;m.vallee@bouygues-construction.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Le Marco Polo - 4, rue Saint Eloi - CS 41139&lt;BR /&gt;&lt;BR /&gt;76175 Rouen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[&lt;A href="http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_logo_byefe_bycnentfreurope.jpg" target="_blank"&gt;http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_logo_byefe_bycnentfreurope.jpg&lt;/A&gt;]&lt;BR /&gt;&lt;BR /&gt;[&lt;A href="http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_signature_fr.jpg" target="_blank"&gt;http://nomades.bouygues-construction.com/logos/logoSignatureBycn/bycn_signature_fr.jpg&lt;/A&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P Pensez à l'environnement. N'imprimez ce mail que si nécessaire.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee. Si vous n'etes pas le bon destinataire, nous vous demandons de ne pas lire, copier, utiliser ou divulguer cette communication. Nous vous prions de notifier cette erreur a l'expediteur et d'effacer immediatement cette communication de votre systeme.&lt;BR /&gt;&lt;BR /&gt;Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized. If you are not the right addressee, we ask you not to read, copy, use or disclose this communication. Please notify this error to the sender and erase at once this communication from your system.</description>
      <pubDate>Mon, 18 Jul 2016 15:27:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/6445123#M65249</guid>
      <dc:creator>m.vallee</dc:creator>
      <dc:date>2016-07-18T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/9085208#M65250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has this been resoloved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made some shared parameters for a family within my project (as instance based) and I can not seem to use this to make a filter within dynamo- I am getting the same error message coming back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:14:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/9085208#M65250</guid>
      <dc:creator>ssw9UZNL</dc:creator>
      <dc:date>2019-10-14T14:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/10938183#M65251</link>
      <description>&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;Is it resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 07:11:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/10938183#M65251</guid>
      <dc:creator>iuliia.shchuklina</dc:creator>
      <dc:date>2022-02-09T07:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/10951706#M65252</link>
      <description>&lt;P&gt;Thank you for your updates and patience with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry to say that it has not yet been addressed by the development team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added a note to the development ticket &lt;U&gt;&lt;STRONG&gt;CF-4592&lt;/STRONG&gt;&lt;/U&gt; [Creating view filters for some parameters is impossible -- 11852081] to make the development team aware of its importance for you and raise its priority.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add further emphasis to this effort by submitting a business case for it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is important to me. What can I do to help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue needs to be assessed by our engineering team and prioritised against all other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Impact on your application and/or your development.&lt;/LI&gt;
&lt;LI&gt;The number of users affected.&lt;/LI&gt;
&lt;LI&gt;The potential revenue impact to you.&lt;/LI&gt;
&lt;LI&gt;The potential revenue impact to Autodesk.&lt;/LI&gt;
&lt;LI&gt;Realistic timescale over which a fix would help you.&lt;/LI&gt;
&lt;LI&gt;In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 14:58:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/10951706#M65252</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-02-15T14:58:19Z</dc:date>
    </item>
    <item>
      <title>回复： Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12734548#M65253</link>
      <description>&lt;P&gt;so anything new?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 22:18:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12734548#M65253</guid>
      <dc:creator>filip.kabelis</dc:creator>
      <dc:date>2024-04-25T22:18:58Z</dc:date>
    </item>
    <item>
      <title>回复： Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12735236#M65254</link>
      <description>&lt;P&gt;I asked for an update on&amp;nbsp;CF-4592 for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 07:07:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12735236#M65254</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2024-04-26T07:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12742904#M65255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a similar issue here, when creating a filter for OST_ElectricalFixtures and OST_GenericModel works just fine, but it does not for OST_StructuralFoundation and OST_StructuralFraming.&lt;/P&gt;&lt;P&gt;We have a lot of different projects that need to have such filters.&lt;/P&gt;&lt;P&gt;Though it does not take up a huge amount of time to do it by hand, we cannot integrate it in our automation add-ins.&lt;/P&gt;&lt;P&gt;We have around 20 persons impacted by this.&lt;/P&gt;&lt;P&gt;That is all the information I can give you, sorry if it is a bit light.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Quentin&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 08:27:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/12742904#M65255</guid>
      <dc:creator>betEDURD</dc:creator>
      <dc:date>2024-04-30T08:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating view filters for some parameters is impossible</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/13214851#M65256</link>
      <description>&lt;P&gt;I came across this issue today and would also like a solution. My use case is filtering by Fabrication Part Service Abbreviation (&lt;FONT face="courier new,courier"&gt;BuiltInParameter.FABRICATION_SERVICE_ABBREVIATION&lt;/FONT&gt;). This parameter is not available for &lt;STRONG&gt;MEP Fabrication Parts&lt;/STRONG&gt; category, but both &lt;FONT face="courier new,courier"&gt;BuiltInParameter.FABRICATION_SERVICE_PARAM&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;BuiltInParameter.FABRICATION_SERVICE_NAME&lt;/FONT&gt; are. This is odd. It is also frustrating, because only &lt;FONT face="courier new,courier"&gt;BuiltInParameter.FABRICATION_SERVICE_ABBREVIATION&lt;/FONT&gt; is available for &lt;FONT face="courier new,courier"&gt;IndependentTag&lt;/FONT&gt; families. So I can tag pipes with their service abbreviation (and not their service name), but I cannot make a view filter and color those pipes in Visibility/Graphics Overrides by their service abbreviation.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 22:21:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-view-filters-for-some-parameters-is-impossible/m-p/13214851#M65256</guid>
      <dc:creator>steven.williams.as</dc:creator>
      <dc:date>2024-12-16T22:21:36Z</dc:date>
    </item>
  </channel>
</rss>

