Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsreports module html template problemreports module html template problem
Previous
 
Next
New Post
6/3/2011 7:21 PM
 
HI i looking for some help to unserstand sa strange behaivor on Reports module on DNN

I using Reports (ver 5.1) and dnn (5.3.1)

my SQL query is:

select Distinct Cast(dbo.Ventrian_PropertyAgent_PropertyValue.CustomValue as Nvarchar(Max))
from dbo.Ventrian_PropertyAgent_PropertyValue
where dbo.Ventrian_PropertyAgent_PropertyValue.CustomFieldID = 3

I converted data results from Ntext data type to Nvarchar because Ntext is not compatible  with DISTINCT.

If I set Grid Visualizer as active visualizer I can see data results normally,
If I I set HTML template visualizer results displays [CustomValue]  instead data from my database.

I thought  is there a problem with data types.

Any ideas how get this working??

Thanks!!
 
New Post
7/24/2011 5:08 PM
 
SQL:

select Distinct Cast(dbo.Ventrian_PropertyAgent_PropertyValue.CustomValue as Nvarchar(Max)) as NameItem
from dbo.Ventrian_PropertyAgent_PropertyValue
where dbo.Ventrian_PropertyAgent_PropertyValue.CustomFieldID = 3


template html:

[NameItem]
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsreports module html template problemreports module html template problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out