<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged widget-entity</title>
<link>https://overflow.efficy.io/?qa=tag/widget-entity</link>
<description>Powered by Question2Answer</description>
<item>
<title>I need to use a custom definition declared into my gridColumnsCustom into some grids widgets.</title>
<link>https://overflow.efficy.io/?qa=5575/custom-definition-declared-gridcolumnscustom-grids-widgets</link>
<description>&lt;p&gt;I created a &lt;strong&gt;new definition&lt;/strong&gt; Into my &lt;strong&gt;GridColumnsCustom&lt;/strong&gt; + a new definition into &lt;strong&gt;MacroEditCustom&lt;/strong&gt; to have my definition into grid wizard.&lt;/p&gt;

&lt;p&gt;The goal of this custom is to be able do like in &quot;action list&quot; the live done undone but here to check if a line as been paid or not on opened field.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;QrvwWiz1StylesItems {[
&amp;lt;option value=&quot;&quot;&amp;gt;(&amp;lt;%GetLabel(&quot;Default&quot;)%&amp;gt;)&amp;lt;/option&amp;gt;
&amp;lt;option value=&quot;ABSENT&quot;&amp;gt;&amp;lt;%GetLabel(&quot;Possibly absent&quot;)%&amp;gt;&amp;lt;/option&amp;gt;
&amp;lt;option value=&quot;BOOLEAN&quot;&amp;gt;&amp;lt;%GetLabel(&quot;Checkbox&quot;)%&amp;gt;&amp;lt;/option&amp;gt;
&amp;lt;option value=&quot;PAID&quot;&amp;gt;&amp;lt;%GetLabel(&quot;Paid&quot;)%&amp;gt;&amp;lt;/option&amp;gt;

td.PAID {[&amp;lt;td class=&quot;icon-cell &amp;lt;#L=OPENED;false=i-done done;true=i-not-done not-done&amp;gt;&quot; data-msg=&quot;paid;$this;&amp;lt;#F=$KEY$;context=ATTR&amp;gt;;&amp;lt;#F=OPENED;context=ATTR&amp;gt;&quot; title=&quot;&amp;lt;%Delay(1)%&amp;gt;GetLabel('Mark as &amp;lt;#L=OPENED;TRUE=Paid;FALSE=Not Paid&amp;gt;')%&amp;gt;&quot;&amp;gt;&amp;lt;/td&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=6795620104268952120&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;It's working fine into the custom views but not into widgets grids rather than using the same custom grid definition&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=12493827194278269076&quot; alt=&quot;enter image description here&quot;&gt; &lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=6488824927079386396&quot; alt=&quot;enter image description here&quot;&gt; &lt;/p&gt;

&lt;p&gt;I tried to do like in an other post by adding a definition into &lt;strong&gt;DashTmpl_WidgetGrid&lt;/strong&gt; and pages/grid/WidgetGrid.htm but nothing append. &lt;br&gt;
I added my definition in different ways, here one of them with adding for paid the field open as suggested for sum@ I added a paid@&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;data-url=&quot;runquery?page=modal/setWidgetQueryParams&amp;amp;pageresult=grid/WidgetGrid&amp;amp;entity=Quer&amp;amp;key=&amp;lt;#F=K_QUERY;context=ATTR&amp;gt;&amp;amp;&amp;lt;#F=PARAMS_QUERY;context=ATTR&amp;gt;&amp;amp;columns=&amp;lt;#F=COLUMNS;context=URL,ATTR&amp;gt;&amp;amp;queryentity=&amp;lt;%If('&amp;lt;#F=_QUERY_ENTITY;context=ATTR&amp;gt;',then='&amp;lt;#F=_QUERY_ENTITY;context=ATTR&amp;gt;',else='$ENTITY$')%&amp;gt;&amp;amp;paid=&amp;lt;#F=opened;context=URL,ATTR&amp;gt;&amp;amp;expires=10&amp;amp;norecent=T&quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Any idea to be able to check or uncheck list  into widgets ? &lt;/p&gt;

&lt;p&gt;Here EDN documentation about it.&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/crft_11_gridwidgets&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/crft_11_gridwidgets&quot;&gt;https://help.efficy.io/edn/admin/crft_11_gridwidgets&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Grid widgets display an efficy grid based on a query. Technically, the content of this grid is equivalent to the content of the runquery window, except that columns are taken from the definitions from the macro definition file GridColumns.txt.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5575/custom-definition-declared-gridcolumnscustom-grids-widgets</guid>
<pubDate>Fri, 11 Sep 2020 09:48:50 +0000</pubDate>
</item>
<item>
<title>How to use a group as K_ACCOUNT into a dashboard 11.3 version</title>
<link>https://overflow.efficy.io/?qa=5290/how-to-use-a-group-as-kaccount-into-a-dashboard-11-3-version</link>
<description>&lt;p&gt;It's seem that it's impossible to attach a group into the key accounts of dashboards.&lt;br&gt;
When I attach a user the dashboard is well displayed but not with a group of users.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=15513330644267771896&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;As explain into the documentation only groups as role are available: &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/admin/crft_11_kpi_dash_levels&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/admin/crft_11_kpi_dash_levels&quot;&gt;https://help.efficy.com/edn/admin/crft_11_kpi_dash_levels&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Ownership levels The &quot;owner&quot; of the dashboard represents the level of&lt;br&gt;
  ownership which can have one of those three values:&lt;/p&gt;
  
  &lt;p&gt;Company or Global level This is the highest level. Setting a dashboard&lt;br&gt;
  at this level will cause every Efficy user to see its content.&lt;/p&gt;
  
  &lt;p&gt;Role or Group level When a dashboard defines a user group as owner,&lt;br&gt;
  all users having this group as main Role will see the contents in a&lt;br&gt;
  combined dashboard.&lt;/p&gt;
  
  &lt;p&gt;User level When a dashboard has user as owner, only this user will see&lt;br&gt;
  the widgets in this dashboard.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But if you use a group not like a role it's impossible. Is there a solution to do it just by groups ?&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5290/how-to-use-a-group-as-kaccount-into-a-dashboard-11-3-version</guid>
<pubDate>Wed, 05 Feb 2020 10:57:46 +0000</pubDate>
</item>
<item>
<title>Use of widgets Efficy 11.1 in version 11.3</title>
<link>https://overflow.efficy.io/?qa=5148/use-of-widgets-efficy-11-1-in-version-11-3</link>
<description>&lt;p&gt;Hi everybody,&lt;br&gt;
Does anyone have the solution to be able to use the widgets of version Efficy 11.1 in the dashboard of Efficy 11.3 ?&lt;br&gt;
Thank pou&lt;/p&gt;
</description>
<category>Reporting Solutions</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5148/use-of-widgets-efficy-11-1-in-version-11-3</guid>
<pubDate>Mon, 16 Dec 2019 15:43:19 +0000</pubDate>
</item>
<item>
<title>Keep the old tab &quot;Overview&quot; in Efficy 11.3?</title>
<link>https://overflow.efficy.io/?qa=5053/keep-the-old-tab-overview-in-efficy-11-3</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;is it possible to have the old tab &quot;Overview&quot; in Efficy 11.3?&lt;br&gt;
I'm asking this as I'm migrating a customer to Efficy 11.3 at the moment and they have a customization on the tab &quot;Overview&quot; to display different kind of widgets based on some criteria and I don't see any possibility to build these kind of criteria in the new entity Widgets.&lt;br&gt;
Or is there any possibility to have these kind of criteria in the new entity Widgets?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5053/keep-the-old-tab-overview-in-efficy-11-3</guid>
<pubDate>Wed, 20 Nov 2019 09:24:43 +0000</pubDate>
</item>
</channel>
</rss>