<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged query</title>
<link>https://overflow.efficy.io/?qa=tag/query</link>
<description>Powered by Question2Answer</description>
<item>
<title>how open a soap session by using api token rather than efficy:logon xml tag ?</title>
<link>https://overflow.efficy.io/?qa=6765/how-open-soap-session-using-api-token-rather-than-efficy-logon</link>
<description>&lt;p&gt;Hello I want to use the advantages of the API token authentification into à soap request rather than using the old body xml tag for a migration from 11.0 to 12.0 version.&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
So I generated a token into my designer, then I added into the header the &lt;br&gt;
X-Efficy-ApiKey, X-Efficy-Customer and X-Efficy-Logoff = true like I already done for node connexion for instance.&lt;/p&gt;

&lt;p&gt;The customer profile is unique into my url so didn't declare it.&lt;/p&gt;

&lt;p&gt;Bug I'm not able to create the connexion to execute a soap query resquest. &lt;br&gt;
&lt;br&gt;
So I have to continue to put all information &lt;br&gt;
Any idea ?&lt;br&gt;
What I missed ? &lt;/p&gt;

&lt;p&gt;have you any postman exemple with a body using datacontainer operation=&quot;query&quot; + connexion via token ?&lt;/p&gt;

&lt;p&gt;Thank's &lt;br&gt;
Laurent Tuffraud&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6765/how-open-soap-session-using-api-token-rather-than-efficy-logon</guid>
<pubDate>Thu, 24 Nov 2022 08:13:25 +0000</pubDate>
</item>
<item>
<title>How to create a directory on the Efficy Server by workflow ?</title>
<link>https://overflow.efficy.io/?qa=6596/how-to-create-a-directory-on-the-efficy-server-by-workflow</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Actually, I can create a batch file launched by a Windows service each minute.&lt;br&gt;
The content of this batch file is modified by workflow.&lt;br&gt;
I would like to create this directory from the workflow without using the bacth file because I must be sure that the directory has been created before saving pdf files in it.&lt;br&gt;
With the previous solution I must use a timeout before saving the files in the directory.&lt;br&gt;
Any solution ?&lt;br&gt;
Dimitri&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6596/how-to-create-a-directory-on-the-efficy-server-by-workflow</guid>
<pubDate>Tue, 14 Jun 2022 13:27:30 +0000</pubDate>
</item>
<item>
<title>how activate data-inline edit-columns for a native SQL result grid.</title>
<link>https://overflow.efficy.io/?qa=6487/how-activate-data-inline-edit-columns-for-native-result-grid</link>
<description>&lt;p&gt;&lt;strong&gt;here a classical result query result made with wizard&lt;/strong&gt; &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;table class=&quot;data-grid grid-density-0&quot; data-channel=&quot;entitylist/grid&quot; data-entity=&quot;&quot; data-recordcount=&quot;30&quot; data-columnlist=&quot;N,K_USER,D_CREATE,K_ACTION,Sujet_de_l_action,K_CASE,Nom_de_l_incident,DURATION,K_ACTION_1,K_CASE_1&quot; data-inlineedit-columns=&quot;1{NUMERIC},2{DATETIME},3{NUMERIC},4{},5{NUMERIC},6{},7{NUMERIC},8{NUMERIC},9{NUMERIC}&quot; data-inlineedit-origins=&quot;,ACTIONS,ACTIONS,ACTIONS,ACTIONS,CASES,CASES,ACTIONS,ACTIONS,CASES&quot; data-queryhandle=&quot;21&quot;&amp;gt;

&amp;lt;tr data-key=&quot;387650&quot; class=&quot;&quot; data-record-hash=&quot;77073465&quot; data-inlineedit-row-origins=&quot;ACTIONS=387650,CASES=32709&quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;here the result with a native SQL&lt;/strong&gt; &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;table class=&quot;data-grid grid-density-0&quot; data-channel=&quot;entitylist/grid&quot; data-entity=&quot;&quot; data-recordcount=&quot;1&quot; data-columnlist=&quot;N,K_TIMESHEET,K_STEP,K_PROJECT,K_DOCUMENT,K_PUBLICATION,DOSSIER,PUBLICATION,BC/DEVIS,SUBJECT,WORK_ESTIMATED,WORK_UPDATED,PROGRESS,TOTALINVOICED&quot; data-inlineedit-columns=&quot;&quot; data-inlineedit-origins=&quot;&quot; data-queryhandle=&quot;23&quot;&amp;gt;

&amp;lt;tr data-key=&quot;&quot; class=&quot;&quot; data-record-hash=&quot;-272002184&quot; data-inlineedit-row-origins=&quot;&quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;All the options for inline edit are gone. &lt;br&gt;
So is there any solution to have the same thing ? &lt;/p&gt;

&lt;p&gt;Thank's &lt;br&gt;
Laurent&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6487/how-activate-data-inline-edit-columns-for-native-result-grid</guid>
<pubDate>Fri, 11 Mar 2022 13:07:46 +0000</pubDate>
</item>
<item>
<title>Efficy 11+, Export Excel of all columns for the executed query or queryview</title>
<link>https://overflow.efficy.io/?qa=6449/efficy-export-excel-all-columns-for-executed-query-queryview</link>
<description>&lt;p&gt;Before Efficy 11, when exporting a query or a queryView to Excel, all the columns of the SQL query executed were exported.&lt;/p&gt;

&lt;p&gt;With Efficy 11, the Export to Excel functionnality export only the displayed columns.&lt;/p&gt;

&lt;p&gt;Is there a way to have the old behavior and export all columns of the SQL query even if there are not displayed?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6449/efficy-export-excel-all-columns-for-executed-query-queryview</guid>
<pubDate>Thu, 03 Feb 2022 15:50:06 +0000</pubDate>
</item>
<item>
<title>Mass update in result Query?</title>
<link>https://overflow.efficy.io/?qa=6234/mass-update-in-result-query</link>
<description>&lt;p&gt;Is it possible to implement the &quot;mass update&quot; functionality in the result of a query?  (Efficy 11.2)&lt;br&gt;
If yes, has someone an example ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6234/mass-update-in-result-query</guid>
<pubDate>Tue, 20 Jul 2021 12:37:24 +0000</pubDate>
</item>
<item>
<title>FlexMail Synchro Exception &quot;Query TimeOut&quot;</title>
<link>https://overflow.efficy.io/?qa=5875/flexmail-synchro-exception-query-timeout</link>
<description>&lt;p&gt;For a customer with intensive use of FlexMail emailings, a query of the FlexMail synchro  can lead to a timeout.&lt;/p&gt;

&lt;p&gt;To avoid this, specify a user &lt;strong&gt;WITHOUT FULL ACCESS&lt;/strong&gt; to run the synchro scheduled script !&lt;br&gt;
Thanks to Alain Pegurri for the solution!&lt;/p&gt;

&lt;p&gt;I've tried to find a simple explanation but I have no special skill to understand execution plans. &lt;br&gt;
Would someone like to analyze them, I've stored some elements in the following  &lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Docu/438752&quot;&gt;submariners document&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sql statement, &lt;/li&gt;
&lt;li&gt;execution plans with (0&amp;lt;&amp;gt;0 or...) and without (1&amp;lt;&amp;gt;0 or...) security&lt;/li&gt;
&lt;li&gt;Execution Plans Comparison screenshot&lt;/li&gt;
&lt;li&gt;Index properties&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to contact me if you need extra info'.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5875/flexmail-synchro-exception-query-timeout</guid>
<pubDate>Mon, 08 Feb 2021 16:22:03 +0000</pubDate>
</item>
<item>
<title>The EXECUTE permission was denied on the EFFICYTEST server when i want to execute sql query as a user</title>
<link>https://overflow.efficy.io/?qa=5511/execute-permission-denied-efficytest-server-execute-query</link>
<description>&lt;p&gt;I made a query to execute a sql native query when logged in as a normal user with native-sql execution rights. &lt;br&gt;
With user admin no problem whatsoever.&lt;/p&gt;

&lt;p&gt;The EXECUTE permission was denied on the object &lt;code&gt;CUSTOM_KBVIP_CFO&lt;/code&gt;, database 'customerdatabase', schema 'ADMINXXXXXXXX'&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Declare @KEY as INT = :companykey
SELECT IIF(ADMINXXXXXXXX.CUSTOM_KBVIP_CFO (@KEY) &amp;gt; '', 1, 0) AS RESULT.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;On my localhost I had no problem executing native sql queries when logged in as the same user.&lt;/p&gt;

&lt;p&gt;Anyone a clue?&lt;/p&gt;

&lt;p&gt;P.S. I try to execute an SQL function.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5511/execute-permission-denied-efficytest-server-execute-query</guid>
<pubDate>Mon, 13 Jul 2020 15:05:42 +0000</pubDate>
</item>
<item>
<title>Input parameters for native sql</title>
<link>https://overflow.efficy.io/?qa=5448/input-parameters-for-native-sql</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We have a native sql query that accepts a single parameter. This field is a lookup (custom field).&lt;/p&gt;

&lt;p&gt;Using the option that a user can modify the input parameter, is there a way that this input is a drop down field in the selection screen? At this time, the user needs to put the specific value (key or value).&lt;/p&gt;

&lt;p&gt;Environment: 11.2&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5448/input-parameters-for-native-sql</guid>
<pubDate>Wed, 20 May 2020 13:45:31 +0000</pubDate>
</item>
<item>
<title>Query on a new custom Entity does not have hyperlinks (based on the key) to display related record</title>
<link>https://overflow.efficy.io/?qa=4189/query-custom-entity-hyperlinks-based-display-related-record</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;for a customer I created a new entity (Brands), this basically works fine. &lt;/p&gt;

&lt;p&gt;But now when creating a query on this new entity I did not have hyperlinks to display the related record (even I have selected the key in the query).&lt;/p&gt;

&lt;p&gt;Did I missed something when creating the new Entity?&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=399679517395658827&quot; alt=&quot;Qery result&quot;&gt;&lt;/p&gt;

&lt;p&gt;Any hint would be appreciated very much.&lt;/p&gt;

&lt;p&gt;Thanks in advance and best regards&lt;/p&gt;

&lt;p&gt;Stephan&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4189/query-custom-entity-hyperlinks-based-display-related-record</guid>
<pubDate>Fri, 03 May 2019 07:52:49 +0000</pubDate>
</item>
<item>
<title>Date format from datepicker when running a query not correct</title>
<link>https://overflow.efficy.io/?qa=3986/date-format-from-datepicker-when-running-query-not-correct</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;A client with efficy 11.0.15626 is having a problem with their queries.&lt;/p&gt;

&lt;p&gt;When launching a query the user must define a date as parameter. The datepicker formats the date with &quot;-&quot; as seperator but if this is used efficy returns an error. This should be &quot;/&quot;.&lt;/p&gt;

&lt;p&gt;(Bad Date Format in Query Parameter: '02-01-2019' is not a valid floating point value)&lt;/p&gt;

&lt;p&gt;The date seperator hasn't been overridden is custom.js&lt;/p&gt;

&lt;p&gt;What can be done about this? Any other settings?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3986/date-format-from-datepicker-when-running-query-not-correct</guid>
<pubDate>Mon, 25 Feb 2019 17:27:31 +0000</pubDate>
</item>
<item>
<title>Query based on location</title>
<link>https://overflow.efficy.io/?qa=3336/query-based-on-location</link>
<description>&lt;p&gt;Is it possible to create a query to show all companies within a range of for exemple 50km from London ?&lt;/p&gt;

&lt;p&gt;Based on the latitude and longitude fields we have in the company ?&lt;/p&gt;

&lt;p&gt;Maybe someone has already done this ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3336/query-based-on-location</guid>
<pubDate>Wed, 20 Jun 2018 13:27:07 +0000</pubDate>
</item>
<item>
<title>show attachments of document on query result page</title>
<link>https://overflow.efficy.io/?qa=2799/show-attachments-of-document-on-query-result-page</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to copy the behavior on document grid for attachment (to show atatchment as popup and open them)&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=14512495379781829266&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;I added the following text in grid/queryResult.htm, but the popup is not showing and no error on browser's console&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;#FDEF=ATTACHMENTS&amp;gt;&amp;lt;td class=&quot;icon-cell i-attach pointer&quot; data-dropdown=&quot;dd-files&quot; data-options=&quot;align:left&quot; data-dropdown-ajax=&quot;consult?page=dropdown/Files.htm&amp;amp;count=-1&amp;amp;filter=false&amp;amp;detail=File&amp;amp;sort=K_SORT&amp;amp;entity=Docu&amp;amp;key=&amp;lt;#F=K_DOCUMENT&amp;gt;&quot;&amp;gt;&amp;lt;#F=FIELDNAME&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/#FDEF&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Please help and advise if it's possible. Thank you for your help in advance.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2799/show-attachments-of-document-on-query-result-page</guid>
<pubDate>Tue, 05 Dec 2017 11:33:15 +0000</pubDate>
</item>
<item>
<title>How add a tag into the document attachment list to indicate this attachement has archived</title>
<link>https://overflow.efficy.io/?qa=2784/into-document-attachment-list-indicate-attachement-archived</link>
<description>&lt;p&gt;One of my customer want to add an information into the attachement list &lt;br&gt;
Via the left menu I want to add a new entry like archive this file. Then the document will be marked as archived like into this picture.&lt;/p&gt;

&lt;p&gt;I didn't find where implement this. Any ideas ? &lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3954970644031015664&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2784/into-document-attachment-list-indicate-attachement-archived</guid>
<pubDate>Thu, 30 Nov 2017 11:50:13 +0000</pubDate>
</item>
<item>
<title>GetField parameter to Query</title>
<link>https://overflow.efficy.io/?qa=2076/getfield-parameter-to-query</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Can i send parameters to a query that is used in the getfield-tag?&lt;/p&gt;

&lt;p&gt;F.e. &amp;lt;%GetField('AMM', query='AM', param1=&amp;lt;#K&amp;gt;')&lt;/p&gt;

&lt;p&gt;Where testquery is a defined in a Runquery-tag.:&lt;/p&gt;

&lt;p&gt;&amp;lt;%RunQuery(id=|AM|, store=|2|, 
        SQL=|select 'test' as aa, SUM(F_TIME_SPENT_HOUR) as AMH,SUM(F_TIME_SPENT_MIN) as AMM from &amp;lt;#TABLE name='R_ACTI_PROD'&amp;gt; R_ACTI_PROD 
        where R_ACTI_PROD.K_Action=:param1| %&amp;gt;&lt;/p&gt;

&lt;p&gt;OWhen this is possible i can put the runquery in the listconsult.appo and the getfield in the agendalayout. &lt;br&gt;
Or is there another way to do this? (using the K_Action as a parameter for the runquery that is defined in another file?)&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2076/getfield-parameter-to-query</guid>
<pubDate>Tue, 06 Dec 2016 13:34:08 +0000</pubDate>
</item>
<item>
<title>K_Action in query in ListConsult.Appo</title>
<link>https://overflow.efficy.io/?qa=2072/kaction-in-query-in-listconsult-appo</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I've written a runquery in the MacroListCustom.txt-file in the ListConsult.Appo&lt;br&gt;
When i open the Agenda, the query is executed and i'm able to use the select-fields from the query (tried it with select 'test' as aa - and then show field aa with Getfield('aa', query=....)&lt;/p&gt;

&lt;p&gt;How can i use the K_Actipon from an action in the parameters of the query so that the query-result is different for each action shown in the agenda.&lt;br&gt;
See my Query below.&lt;/p&gt;

&lt;p&gt;MANY thx.&lt;/p&gt;

&lt;p&gt;ListConsult.Appo [&lt;br&gt;
    &amp;lt;%RunQuery(id=|AM|, store=|2|, 
        SQL=|select SUM(F_TIME_SPENT_HOUR) as AMH,SUM(F_TIME_SPENT_MIN) as AMM from &amp;lt;#TABLE name='R_ACTI_PROD'&amp;gt; R_ACTI_PROD 
        where R_ACTI_PROD.K_Action=:param1|, **PARAM1=&quot;%%Evaluate(|&amp;lt;%GetArgument('K_Action')%&amp;gt;|)&quot;%**&amp;gt;&lt;br&gt;
        &amp;lt;%OnArgument(ArgValue=&quot;%%GetStoredParam('_ viewkind')&quot;,
    then=&quot;&amp;lt;%Macro('AgendaVisual')%&amp;gt;&quot;,&lt;br&gt;
    else=&quot;&amp;lt;%Macro('AgendaText')%&amp;gt;&quot;)%&amp;gt;&lt;br&gt;
    &amp;lt;%Macro('TaskPreview')%&amp;gt;&amp;lt;%Macro(&quot;ContextMenu&quot;)%&amp;gt;].&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2072/kaction-in-query-in-listconsult-appo</guid>
<pubDate>Tue, 06 Dec 2016 10:48:25 +0000</pubDate>
</item>
<item>
<title>mass delete based on query results</title>
<link>https://overflow.efficy.io/?qa=1940/mass-delete-based-on-query-results</link>
<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;In efficy you can do mass-updates but I'm looking for the way to do a mass-delete based on a query. Does anyone know how/where this can be done?&lt;br&gt;
e.g. I would like to delete all deceased contacts at once ;-)&lt;/p&gt;

&lt;p&gt;Regards&lt;br&gt;
Kathleen&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1940/mass-delete-based-on-query-results</guid>
<pubDate>Thu, 13 Oct 2016 08:41:45 +0000</pubDate>
</item>
<item>
<title>Link a product to multiple companies selected by a query?</title>
<link>https://overflow.efficy.io/?qa=1910/link-a-product-to-multiple-companies-selected-by-a-query</link>
<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;How can I link a product to multiple companies selected by a query?&lt;br&gt;
I don't want to link them one by one!&lt;/p&gt;

&lt;p&gt;regards&lt;br&gt;
Kathleen&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1910/link-a-product-to-multiple-companies-selected-by-a-query</guid>
<pubDate>Thu, 29 Sep 2016 14:05:58 +0000</pubDate>
</item>
<item>
<title>2012 - link contacts to publication via query - limit 500</title>
<link>https://overflow.efficy.io/?qa=1540/2012-link-contacts-to-publication-via-query-limit-500</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;in the query result efficy returns only 500 records per default. So if I use a query with 600 results the last 100 contacts are not shown in the list.&lt;/p&gt;

&lt;p&gt;Overriding this default settings by adding the attribute MaxGridRows=800 to the GetQueryResultGrid in QueryResult.htm didn't work with 2012, though this works well for 2014.&lt;/p&gt;

&lt;h2&gt;&amp;lt;%GetQueryResultGrid(templategen=&quot;GridQueryResult.htm&quot;, MaxGridRows=800)%&amp;gt;&lt;/h2&gt;

&lt;p&gt;How can this be solved with 2012?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br&gt;
Andreas&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1540/2012-link-contacts-to-publication-via-query-limit-500</guid>
<pubDate>Thu, 21 Apr 2016 12:26:08 +0000</pubDate>
</item>
<item>
<title>Dates choosen in queryparam window are displayed as numbers</title>
<link>https://overflow.efficy.io/?qa=1325/dates-choosen-in-queryparam-window-are-displayed-as-numbers</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to get date parameters of query param window. and when i try to alert these parameters i got them in numbers. like the snapshots. any suggestions please?&lt;/p&gt;

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

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

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=342920061188007801&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1325/dates-choosen-in-queryparam-window-are-displayed-as-numbers</guid>
<pubDate>Tue, 09 Feb 2016 16:48:48 +0000</pubDate>
</item>
</channel>
</rss>