<?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 How to call Dimension methods in a nebula/stardust extension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-call-Dimension-methods-in-a-nebula-stardust-extension/m-p/2509574#M104728</link>
    <description>&lt;P&gt;I'm writing an extension for creating button groups which have the same set of action options as the native button chart. I'm hung up on cyclic dimensions. I can get a list of existing dimensions using&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;app.getList("DimensionList", (items) =&amp;gt; {})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;which will allow me to list them in the object properties but I don't know how to gain a reference to the actual dimension object so that the rendered button can call dimension methods on it. The method I'm after is &lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineJSONAPI/Content/service-genericdimension-stepcycle.htm" target="_blank" rel="noopener"&gt;StepCycle&lt;/A&gt; but any help on getting references is appreciated.&lt;BR /&gt;Also, the backendAPI does not seem to be accessible at all via Stardust's hooks. Extension code samples using the paint() approach show that it is a property of app. But in Stardust's component() pattern it's not.&lt;BR /&gt;Any clues are extremely helpful. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 16:42:27 GMT</pubDate>
    <dc:creator>JoelStransky</dc:creator>
    <dc:date>2025-03-12T16:42:27Z</dc:date>
    <item>
      <title>How to call Dimension methods in a nebula/stardust extension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-call-Dimension-methods-in-a-nebula-stardust-extension/m-p/2509574#M104728</link>
      <description>&lt;P&gt;I'm writing an extension for creating button groups which have the same set of action options as the native button chart. I'm hung up on cyclic dimensions. I can get a list of existing dimensions using&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;app.getList("DimensionList", (items) =&amp;gt; {})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;which will allow me to list them in the object properties but I don't know how to gain a reference to the actual dimension object so that the rendered button can call dimension methods on it. The method I'm after is &lt;A href="https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineJSONAPI/Content/service-genericdimension-stepcycle.htm" target="_blank" rel="noopener"&gt;StepCycle&lt;/A&gt; but any help on getting references is appreciated.&lt;BR /&gt;Also, the backendAPI does not seem to be accessible at all via Stardust's hooks. Extension code samples using the paint() approach show that it is a property of app. But in Stardust's component() pattern it's not.&lt;BR /&gt;Any clues are extremely helpful. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 16:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-call-Dimension-methods-in-a-nebula-stardust-extension/m-p/2509574#M104728</guid>
      <dc:creator>JoelStransky</dc:creator>
      <dc:date>2025-03-12T16:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to call Dimension methods in a nebula/stardust extension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-call-Dimension-methods-in-a-nebula-stardust-extension/m-p/2509605#M104733</link>
      <description>&lt;P&gt;Looks like I found the action motherload in the sn-action-button source so I should be good once I implement it.&lt;BR /&gt;&lt;A href="https://github.com/qlik-oss/sn-action-button/blob/ff780992bb08352eea839d7030d10e5a6aadafb4/src/utils/actions.js#L170" target="_blank"&gt;https://github.com/qlik-oss/sn-action-button/blob/ff780992bb08352eea839d7030d10e5a6aadafb4/src/utils/actions.js#L170&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 20:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-call-Dimension-methods-in-a-nebula-stardust-extension/m-p/2509605#M104733</guid>
      <dc:creator>JoelStransky</dc:creator>
      <dc:date>2025-03-12T20:22:58Z</dc:date>
    </item>
  </channel>
</rss>

