DMXzone Database Custom Query Support Product Page

DMXzone Database Custom Query panel not showing up on dreamweaver cc v18.2.1.

Asked 05 Mar 2020 16:31:31
1
has this question
05 Mar 2020 16:31:31 Matthew Da Cruz posted:
Hey guys any idea why I cannot see DMXzone Database Custom Query in the properties pain. I have DMXzone Database Connector 2 and DMXzone Database Updater 2 installed.

Anyone else have this issue?

Replies

Replied 05 Mar 2020 16:33:22
05 Mar 2020 16:33:22 Matthew Da Cruz replied:
Requirements
Product: Dreamweaver CC 2015+
Required Extensions: DMXzone Database Updater 2, DMXzone Database Connector 2
Replied 06 Mar 2020 07:21:53
06 Mar 2020 07:21:53 Matthew Da Cruz replied:
Any ideas guys?
Replied 06 Mar 2020 08:28:51
06 Mar 2020 08:28:51 Teodor Kuduschiev replied:
Hello,
What exactly the issue is? Do you see the custom query step in Server Connect?
Replied 18 Nov 2020 14:51:49
18 Nov 2020 14:51:49 Matthew Da Cruz replied:
Hi Teodor

When i add the custom query.
1) I select mysql
2) paste query


SELECT
  SUBSTRING_INDEX (SUBSTRING_INDEX (SUBSTRING_INDEX (SUBSTRING_INDEX (analytics_wr_domain_ranked_kw.url, '/', 3), '://', -1), '/', 1), '?', 1) AS domain_name,
  COUNT(SUBSTRING_INDEX (SUBSTRING_INDEX (SUBSTRING_INDEX (SUBSTRING_INDEX (analytics_wr_domain_ranked_kw.url, '/', 3), '://', -1), '/', 1), '?', 1)) AS KW_Footprint
FROM analytics_wr_domain_ranked_kw
  LEFT OUTER JOIN project
    ON analytics_wr_domain_ranked_kw.project_id = project.project_id
WHERE project.company_id = :P1
GROUP BY 1,
         project.company_id
ORDER BY KW_Footprint DESC



3) add parameter
4) set parameter in where

execute or save and I get the error, "The parameters are not identical."

Not sure why it wont work with this custom query.

Any ideas?
Replied 19 Nov 2020 08:46:00
19 Nov 2020 08:46:00 Teodor Kuduschiev replied:
Can you please try replacing
:P1

in the code with
?

Reply to this topic