473,770 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem modifying out-of-the-box TFS Report

My office has adopted Team Foundation Server to track and manage the
development and deployment process at our site. I have been asked to
modify one of the standard work item reports, "Related Work Items,"
that ships with TFS. I've successfully done some of these, which
involved changing the MDX code for the datasets that generate default
parameter values, but I am running into problems modifying the main
dataset, dsRelatedWorkIt ems. I am using VS2005. When I look at the
components of this dataset on the tree diagram for all datasets, all
of the correct fields are present, I can Preview the report and it
works. When looking at the Data page, I see the MDX query on top and
a results pane on the bottom. The results pane correctly lists all of
the fields I saw in the tree diagram across the top. But the query
itself does not look like the query that would have generated these
columns. Rather, the columns in the result pane correspond to the
rows in the query, not the columns. When I execute the query on the
data page, all of those columns disappear in the result pane, and the
only column that shows up is the single field that precedes the ON
COLUMNS statement in the MDX. At this point, if I attempt to preview
the report, it fails because it doesn't have the expected fields in
the dataset. If I try to switch to the design mode to see whether
there is any alternate definition of the dataset lurking somewhere, it
looks like all dataset definitions are lost. The properties page for
the dataset shows the fields correctly if I haven't yet executed the
query. If I try to make any of the modifications that I need to make
(which are simple -- I just need to remove some of the slicer
conditions in the WHERE clause), I am again unable to preview the
report.

It looks like the query that I see in the query pane is not what is
really being used for the dataset, and I'm stumped. I am not an
experienced MDX user, but I can do fairly basic modifications of the
type that are needed here. It seems like my problem isn't MDX syntax,
but rather how (or where) Reporting Services is keeping the query that
underlies this dataset.

Anybody out there have a clue that might get me back on track with
this? Thanks.

Mar 4 '07 #1
0 1525

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
8144
by: Japcuh | last post by:
How do you write self modifying code in Java? Japcuh (Just Another Perl C Unix Hacker) http://www.catb.org/~esr/faq/hacker-howto.htm#what_is ..0. ...0 000
2
1829
by: MikeY | last post by:
Hi everyone, Using C#, Windows forms. I am trying to learn how to modify existing data with in MSDE table/fields. If anyone could help me out with my code, I would appreciate it. My code is as follows: private void btnEmpModify_Click(object sender, System.EventArgs e) { DataTable thisTable = dsModifyRecord.Tables; //THIS IS WHERE I'M GETTING LOST
3
2312
by: Jason | last post by:
after user log out from my web site, I need to save what time they logged out to database. Here is my problem: if they click 'log out' button before they close web browser, it is works fine; but if they did not click 'log out' buttom, they just close web browser, it will not save data to database even I put code into Page_Unload section. any suggestions? Thanks.
17
1579
by: Adam | last post by:
I have a small application that uses oledb to connect to a database, set up through the GUI wizards in vis studio. I am wanting to have the database location kept in an .ini file along with the program so that it can be changed to suit each particular user's setup. The problem is that if I try to modify OleDBCOnnection.ConnectionString at run-time, then I get an error about the said connectionstring being un=initialized. Anyone got...
0
1203
by: Anatoly Kurilin | last post by:
Hi, I normally use this code for modifying tables in backend files: Set dbsBackEnd = DBEngine.OpenDatabase(strBackEndFileSpecs) Set tdfIncome = dbsBackEnd!tblIncome and so on. This time I need to modify tables in a database with a password. I use this code Set dbsBackEnd = DBEngine.OpenDatabase(strBackEndFileSpecs,,, "PWD = " & strDatabasePwd) But each time I run it, I get an error message: "Not a valid password"
1
1793
by: spohle | last post by:
hi how can i modify multiple widgets with one scrollbar ? thanks in advance sven
1
1864
by: David Hirschfield | last post by:
Anyone out there use simpleparse? If so, I have a problem that I can't seem to solve...I need to be able to parse this line: """Cen2 = Cen(OUT, "Cep", "ies", wh, 544, (wh/ht));""" with this grammar: grammar = r''' declaration := ws, line, (ws, line)*, ws line := (statement / assignment), ';', ws
5
1540
by: TBraddy | last post by:
I am modifying a ms access database query and am running into some problems. When I run a search for dates... it works up until 2/12/2007, but after that it quits. I run another query that is similar, and it pulls up information for that date range. What could be going wrong?
1
2139
by: jayantadutta | last post by:
hi i'm facing a problem while transferring date from csv to database. my quary as follows if (! firstdate.trim().equals("")) { System.out.println("insertInToDatabase startdate "+startdate+" stopdate "+stopdate+"day"+Integer.parseInt(startdate .substring(0, startdate.indexOf('-')))+ "month"+(Integer .parseInt(startdate.substring(startdate.indexOf('-') + 1, startdate .lastIndexOf('-'))) -...
9
2146
by: Salad | last post by:
I have access, for testing at my client's site, a Win2000 computer running A2003 retail. He recently upgraded all of his other machines to DualCore Pentiums with 2 gig ram and run A2003 runtime. I believe all current SPs for Windows and Office are installed on the fast machines. I have 1 process/subroutine that has worked for a couple of years without a problem. It works fine on the testing (slow) machine. The process checks a folder...
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9906
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.