May 19, 2012  
   Login  
Forum  
 
ForumForumEnesys RS Data ...Enesys RS Data ...Support - RS Da...Support - RS Da...Some data is not showingSome data is not showing
Previous Previous
 
Next Next
New Post
 4/10/2008 5:24 PM
 

Bonjour! I have a little problem, some fields that have data doesn't show for a reason, I'm joining to another list, sometimes it's the Description field, and sometime is the skills. Some rows have a Description and a Skill and only the Skill is showed.

Also I have a rowLimit = 25 and it goes sometimes up to 29 or 30 rows.

<?xml version="1.0" encoding="utf-8" ?>
<root>
<list title="LEAPStudentProfile" relativeSiteUrl="" stripHtml="true" rowLimit="25" tableName="Profile" >
<fields>Priority,Activity,AssignedTo,Author, Show_x0020_on_x0020_Certificate,_ModerationStatus</fields>
<query>
<Where>
<And>
<Eq>
<FieldRef Name="Author" />
<Value Type="Text">@cat!</Value>
</Eq>
<Eq>
<FieldRef Name="Show_x0020_on_x0020_Certificate" />
<Value Type="Boolean">1</Value>
</Eq>
</And>
</Where>
<OrderBy>
<FieldRef Name="Priority" />
</OrderBy>
</query>
</list>
<list title="L.E.A.P. Activities" relativeSiteUrl=""  stripHtml="true" rowLimit="25" tableName="Activities">
<fields>Title, Description, Activity_x0020_Lookup,Skills</fields>
<query></query>
</list>
<sqlOp op="join">
<dstTableName>MergedContacts</dstTableName>
<parentTableName>Profile</parentTableName>
<childTableName>Activities</childTableName>
<parentFieldName>Activity</parentFieldName>
<childFieldName>Activity_x0020_Lookup</childFieldName>
</sqlOp>
<resultSet>MergedContacts</resultSet>
</root>

Regards, Joel :)

New Post
 4/10/2008 5:39 PM
 

Weird, just for a test I only let the activities list without Join and the description is not there for a lot of activities.

I'm missing something.

Joel

New Post
 4/10/2008 5:41 PM
 

Is it because that field is a Multiple line text field??

Joel :)

New Post
 4/10/2008 6:04 PM
 

Ok, I found it, I removed the stripHtml="true" and I can see all my descriptions.

Joel :)

New Post
 4/10/2008 6:07 PM
 

Me again, I need to keep the stripHTML because there are some.

Joel

New Post
 4/11/2008 3:51 PM
 

Hi,

Not sure to understand excactly what you mean. Could you send some screenshot showing what is going wrong to our support address?

Regarding the rowLimit. The rowLimit attribute acts on a per list basis. Obviously, the join operation may return more than 25 items if you have more than one corresponding item in the joined list.

There is no solution in the current version for limiting the number of items returned by some operation directly into the query. However, you could workaround this limitation at the report level using Reporting Service RowNumber() function.

The inclusion of a SQL engine in the next version will make this kind of workaround unnecessary.

Looking forward for your screenshots.

Regards,


Frederic LATOUR
ENESYS
Previous Previous
 
Next Next
ForumForumEnesys RS Data ...Enesys RS Data ...Support - RS Da...Support - RS Da...Some data is not showingSome data is not showing

 
You need to login for posting to the forums.
If you don't have a login, click here to register.
You need to login for posting to the forums.
If you don't have a login, click here to register.
 
Copyright 2010 Enesys - All rights reserved Terms Of UsePrivacy Statement