xlbo,
Thanks for the help. I tried to do this but unfortunately it doesnt work. The details grouping section is made hidden until the last selected group is expanded, in this case i attached its visability to group 4; however, if group 4 is hidden there is no way to expand/view the details...
I am trying to figure out how to give the flexability for custom grouping along with the drill down features SSRS provides. I have given the flexability for 4 levels of custom grouping that the user can decide at run time. However, they dont have to select 4 they can select 2 or 3, etc.. When...
I have a very simple question that i cannot find the answer too. When I preview and view the reports i have written with MS BI Studio for some reason the multiple drill down items appear incredibly far apart. Sometimes they cant even fit on the same screen. Is there a way to fix the spacing...
When i try to go to my report page (http://localhost/Reports/) i get this error. I have no idea why. Has anyone see this before? Do you know what the problem may be?
Thanks in advance for the help
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct...
George,
Thanks for the help. I dont think that is the issue. I dont have an else statement in my code. This it the whole code
WHEN [AMOUNT] >= 0 AND [ATCODE] = 'A'
THEN 'Asset'
WHEN [AMOUNT] < 0 AND [ATCODE] = 'A'
THEN 'Liability'
WHEN [AMOUNT] >= 0 AND [ATCODE] = 'I'...
I am running the below case statement and getting the below error. I have no idea why its not working, it seems so simple, but i am not trying to convert anything. Does anyone know what the problem is?
CASE
WHEN [AMOUNT] >= 0 AND [ATCODE] = 'A'
THEN 'Asset'
Conversion failed when...
I am using SSRS 2005 with MSBI Studio 2005. This seems like the simplest problem but for some reason i cant get it to work. I am trying to toggle the details grouping to only become visable when a report item is toggled. However when i go to the properties menu and click on details grouping...
I am getting this error when I am compiling my code and I am not sure why. The error is
CS1502: The best overloaded method match for 'CatalogAccess.EvalRegion(int)' has some invalid arguments
This is the line of code causing the error
String title = CatalogAccess.EvalRegion(regionID);
This is...
I have a user control on one of my pages and server side validation that is based off fields in that control. When a user updates the information in the control i want the server side validation to revaluate. My valuations are in the page_load event. How do i get this user control to cause a...
I had written a page in html/js and set up a very simple function to swap the location of a picture between the main location and the thumbnail location.
function changewindow(filename)
{
document.mainwindow.src = filename;
}
<img src="Image/Front.JPG" name="mainwindow" height="300px"...
jmeckley,
Thanks for the reply. Let me try explaining it better. Basically I am using a FormView Object on the control and there is an items template and an edit item template. The control is then on different pages. One of the pages looks at some of the values on page load and determine...
I am created a user profile page. The page needs certrain criteria to be filled out before advancing to the next page. So there is code in the parent page the control is being used in to check this criteria. However when the person edits it the edit and update button are all done in the...
I am created a user profile page. The page needs certrain criteria to be filled out before advancing to the next page. So there is code in the parent page the control is being used in to check this criteria. However when the person edits it the edit and update button are all done in the...
I am not sure I follow. I dont see how there is a Parsing error anywhere. The only time i Parse in my ENTIRE code is to determine a boolean value in an XML String which reads "true" but that is completely unrelated to this and the site build correctly when i load the other pages just not the...
I am writing a shopping cart using C# and I have got a good portion of it down, being able to add a users values to the cart and storing a unique identifier per user on the DB to that users only get their cart. I am getting and issue when it comes to viewing that cart.
This is the error I get...
BigRed
Thanks for the post but that is not what i meant. I am just trying to figure out how to be able to transfer over all the data in cookies or a session whatever is best. Just the simple code that allows me to do this.
Not a whole made shopping cart
I am trying to figure out how to create a shopping cart in VB.NET on my ASP website. Does anyone have suggestions on how to do this. I have tried sessions and cookies and I cant get it. Maybe I am just doing something wrong. can some one else suggest how to do this? Can i get some quick...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.