Data Source Knowledge Base
How to use XML file as web report data source and create dataset? I am using RAQ Report. As I konw, RAQ Report server provides many types of dataset for users. Such as Simple SQL, Stored Procedure, Complex SQL, Text, XML, Builtin, Semantic View, EssBase, and Customize, etc. Then, how to use XML file as web report data source and create dataset?
In Access, how do you control data source for a report using buttons? I have a single report I would like to use. The table is structured with several columns. Is there a way to have multiple buttons on a form, and configure each button to open the report using a different data source (different column). So button 1 would be a report using column 1, and button 2 is for a report for column 2, and so on.
How do I keep source data private in microsoft excel? I have a workbook that I need to forward. It has several sheets of data but I want the email recipiant to only be able to see one sheet and not to be able to view the rest of the workbook. How do I keep the recipiant from fishing for my source data? Much Thanks!
How do I hide source data in a excel pivot chart? I have a excel spreadsheet that I use to input data and a pivot table to sort it with. I would like to be able to send the pivot chart without the recipients being able to see / modify my source data. How do I hide it or keep the recipient from viewing it?
My Excel source data seems to run out of characters, I cant select everything I want for the source data. How I'm selecting about 12 rows on a worksheet to be charted on a different worksheet in the same Excel file. These rows are not together (there are 4 rows inbetween each). It seems that the source code will only allow so much text, and therefore I cannot select my last two rows. This is the current Source Data code: ='Raw Data'!$D$2:$U$2,'Raw Data'!$D$27:$U$27,'Raw Data'!$D$32:$U$32,'Raw Data'!$D$37:$U$37,'Raw Data'!$D$42:$U$42,'Raw Data'!$D$47:$U$47,'Raw Data'!$D$52:$U$52,'Raw Data'!$D$57:$U$57,'Raw Data'!$D$62:$U$62,'Raw Data'!$D$67:$U$67 I cant add rows 72 and 77 because it only allows about 10 more characters. I also cannot reorganize the rows, since it is data being used for a lot of other charts as well. Any suggestions for how I can rewrite this to fit?
How can I determine the randomness of a data source? Is there a formula I can use? Are there already formal proofs? If any please refer me to a site. I badly need it. I'll use it in data compression. Thanks Well, thanks for your answers. But maybe I was wrong when i said randomness of data. I think i should actually be meaning...How to determine if a data source has many redundancy (I mean again, how many sequences are repeated) Actually I'll use it to test the efficiency of LZW vs Huffman
How can I change the data source in a Crystal Report? I have an existing Crystal Report that is working. It calls a stored procedure in a SQL Server database. I am trying to add a new input parameter to the stored procedure, but the Crystal Report will not "fix up" the database. Usually if I add a field to a stored procedure and call Verify Database it will tell me the database has changed and ask me if I want to "fix up" the database. It is not doing that now. Is it not possible to change the parameters in a stored procedure being used by a Crystal Report? Do I have to create an entirely new Crystal Report or is there some shortcut to revising my existing report? To DT: It looks like that will work. I will have to add the fields back to the report but at least the headers stay in place. Thanks for your quick reply.
How do you know the Data Source Name? I'm installing a phpBB3 forum for a web site for somebody, and when I get to the installation part where it asks for the information like Database Type, etc., it says: Database server hostname or DSN. How do I know what the hostname is? I've tried so many answers, it does not work.
What makes tree ring data such a reliable source of past climate? Climategate reveals that using tree ring data is not always reliable, the temperature calculated from tree rings didn't match up to actual instrument readings, that's why they threw it out. Makes a lot of sense, I'd do the same. Today scientist know precisely what the variables are but for some unknown reason they are unable to calculate the temps using tree rings. However they don't question the reliability of data prior to instrument readings, when we knew less about the environment of those times than we do today. So what makes tree ring data such a reliable source of past climate?
Finding External Data Source on Excel? I have a excel sheet with automatic refresh. The sheet is linked to some external data source where it gets the data from. The problem is I don't know the location of this data source. How can you find this out?
Source for quarterly data on Down Jones average? I am working on a project and need to compare the Dow Jones Industrial average against the quarterly growth in GDP over the past 40 years.. Does anyone know of a source for the data in the quarterly format?
What's your preferred source for detailed real estate data? I'm looking for large databases of address-specific sale amounts and dates for both residental and commercial properties. Preferably, the data is in a spreadsheet or other format that can be electronically sorted or manipulated. I'm not averse to paying a modest amount for the data. Can I get multiple states from your source? How about markets outside of the USA?
crack spread-cash or front month futures data source? I can't seem to find a data source for the cash or continuous contract crack spread. I've got a trading idea that, with the world shortage in refinery capacity, UG is leading crude up, not the other way around. The data will help me test the theory. Any assistance with the data, or opinions about my theory, will be very very much appreciatied.
Candlestick chart app and a source of historical market data? Can anyone recommend me a best freeware or a trial (but fullly function) version of commercial software for a candlestick charting. The software should be able to recognise common candlestick patterns and/or trends. I'd also need a free source of stock price data so I could feed that data into the application to analyse my previous actions from technical analysis viewpoint. I don't really need a fresh market data - historical (e.g. month/two old data is fine) would be enough for my research. Thanks.
How do I keep source data private in microsoft excel? I have a workbook that I need to forward. It has several sheets of data but I want the email recipiant to only be able to see one sheet and not to be able to view the rest of the workbook. How do I keep the recipiant from fishing for my source data? Much Thanks!
Good free source for forecast and historical data? Hi, I need to correlate historical data for some economical indicators and With their index with our sales data. Does anyone know a good source of indicators which has the historical data and forecast in mornhtly or quarterly bases? Thank you.
What is a good source for MMS data? I'm looking for a good source of MMS data for the Gulf of Mexico oil and gas industry? I find the MMS website isn't very easy to use? Thanks.
Can I use two repeaters on one ASP.NET page same object data source? I have a page that needs to use a Repeater control to post data to a client. I need to use part of the data configured in one part of the page, and other part of the data in another part of the page. If I use two seperate repeaters on one ASP.NET page which are using the same object data source for data retrieval would that result in a second database call to the same data? I definitly don't want to retrieve the same data twice. Thanks
Insider trading data source? I searched the net and could not find good source of insider trading data. How do you use http://sec.gov to get this data?
How to submit data to multi-dataset/multi-source? When developing data input module based on web, users always have to provide a data submission solution. The complexity of the solution is determined by the complexity of the input web-page. Some conditions in an increasingly complex order are showed below: 1. There is only one record on the web-page. 2. Records correspond to a table of a database. 3. Records correspond to many tables of a database. 4. Records correspond to many tables of different databases. How can I submit data to multi-dataset/multi-source easily with all these conditions?
Powered by Yahoo! Answers