BrightWork Support Center

Welcome Guest Search | Active Topics | Log In | Register

Reports for All Work instead of Open Work? Options
LHink
#1 Posted : Thursday, February 18, 2010 10:11:31 PM
Rank: Member


Posts: 21
Hi,
Most of the reporting seems to be for open work. Can we get reports for all work, open and closed tasks?

Many thanks,
Lani
pdoyle
#2 Posted : Friday, February 19, 2010 9:49:14 AM
Rank: Advanced Member


Posts: 44
Hi Lani

Yes, you can create custom reports to view all Work, instead of just Open Work. There are some Out of the Box examples with BrightWork Reporter, e.g. Template Project - Project Work Items.

You will find that the majority of reports have filtering via Query CAML to exclude completed items:

Code:
<QueryCaml>
    <Where>
        <Eq>
            <FieldRef Name="CompletedFlag" />
            <Value Type="Boolean">0</Value>
        </Eq>
    </Where>
</QueryCaml>


Removing this will enable the report to display all work items.
Regards,
- Peter
Peter Doyle
BrightWork
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

BrightWork Support | BrightWork © 1996-2008, BrightWork
This page was generated in 0.102 seconds.