Buck Anderson - DNN Professor Member Login
February 08, 2012

ForumsDNN Professor Forums

DotNetNuke Forums | Xmod Forums | Internet Marketing Forums | DNN Professor Product Forums

Product Support and Product Forums Registration


Subject: Netism Map Extreme 1.0 - SQL Query?
Prev Next
You are not authorized to post a reply.

Author Messages
cjeppUser is Offline

DNN Newbie
DNN Newbie
Posts:8
Send This Member a Private Message

09/30/2009 10:27 AM  

Greetings again,

Can you provide an example of the proper query to run in Netism Map Extreme to get to the business directory data?

Thank you!

fatgeorgeUser is Offline

DNN Active Member
DNN Active Member
Posts:49
Send This Member a Private Message

10/05/2009 5:09 AM  
I will be looking into this, I am currently upgrading to v2.1 of Map Extreme.

we don't make XMod, we make it better!
cjeppUser is Offline

DNN Newbie
DNN Newbie
Posts:8
Send This Member a Private Message

10/07/2009 9:32 AM  

Thanks George,

Any luck?

I was finally able to get ahold of the people at Netism.  They logged into my portal and setup a query, but it doesn't seem to be working.  It returns the correct number of locations - but shows no information, nor point on the map.  If you send me your private email address, I can send you login to the portal.  Perhaps you can also get your modules working at the same time.  

This is their querry:

 

select

 XmodID as LocationID,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Address') as Address,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'City') as City,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Region') as State,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Zip') as Zip,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Country') as Country,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Latitude') as Latitude,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Longitude') as Longitude,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'C1Title') as Title,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Company') as Company,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'ContactEmail') as Email,

 dbo.KB_XMod_ExtractFieldValue(instancedata, 'Phone1') as Phone

from kb_xmod_modules

where formid = 14

-------------------------------------

I ran it on the SQL Database.  It returns only the [City] value [New York] from the dataset:

-------------------------------------

 

Please advise...

 

 

cjeppUser is Offline

DNN Newbie
DNN Newbie
Posts:8
Send This Member a Private Message

10/07/2009 9:35 AM  

 Let's try that again...maybe commenting it out will work:

 

cjeppUser is Offline

DNN Newbie
DNN Newbie
Posts:8
Send This Member a Private Message

10/07/2009 9:35 AM  
Nope..
cjeppUser is Offline

DNN Newbie
DNN Newbie
Posts:8
Send This Member a Private Message

10/19/2009 3:58 PM  

 Ok,

Netism support logged in and created a query that works:

 

 

select

 XmodID as LocationID,

 dbo.KB_XMod_ExtractFieldValue2(instancedata, 'Address') as Address,

 dbo.KB_XMod_ExtractFieldValue2(instancedata, 'City') as City,

 dbo.KB_XMod_ExtractFieldValue2(instancedata, 'Zip') as Zip,

 dbo.KB_XMod_ExtractFieldValue2(instancedata, 'Latitude') as Latitude,

 dbo.KB_XMod_ExtractFieldValue2(instancedata, 'Longitude') as Longitude

from kb_xmod_modules

where formid = 14

 

Now what we need is a link to the "Make Inquiry" page.  Any ideas on how to make this work?

Thankyou

 

John GallagherUser is Offline

DNN Newbie
DNN Newbie
Posts:10
Send This Member a Private Message

01/20/2011 8:01 AM  

cjepp,

Can you post the dbo.KB_XMod_ExtractFieldValue2 function please.

Buck AndersonUser is Offline

DNN Master
DNN Master
Posts:657

Send This Member a Private Message

01/20/2011 9:07 AM  

John,

Sorry, we can not publicly post the function due to the fact that it is the Intellectual property of Kelly Ford, developer of XMod.

The Function is located at:

Your SQL Database >> Programmability >> Functions >> Scalar-valued Functions

Kelly Ford can be contacted at XMod Help Desk.


Buck Anderson - DNN Professor

DNNprofessor.com


http://twitter.com/DNNprofessor


DotNetNuke - XMod Training Coach and XMod MVP


You are not authorized to post a reply.
Forums > Product Forums > Business Directory > Netism Map Extreme 1.0 - SQL Query?



ActiveForums 3.7

Copyright 2004 - 2012 by Jive Media Group LLC. All Rights Reserved.  | Terms of Use | Privacy Statement | Email White Listing | Site Map