Can we create custom SSRS reports for CRM Online using Visual StudCan we use Visual Studio (or SQL Server Business Intelligence Development
Studio) to create custom reports that can be uploaded to a CRM Online
deployment, or even download standard reports and modify them?
I don't know how that would work because I don't know if we would have
access to the SQL Server database.
Hi Michael, you can add new reports into CRM Online - as when you add Reports
into any Microsoft CRM Deployment, the upload rountine replaces the
Connection Details in the Report with the correct ones for the CRM Deployment
you are uploading into.
However whilst you can...
sumifs helpI have the following formula.
=SUMIFS(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
It now needs to be changed to a formula that can handle text instead of
numbers.
How do i do it?
Use Countif instead of Sumif
from
=SUMIF(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
to
=CountIF(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)
Do you really have a function Countifs with an "S" at the end? thie
maybe an UDF that needs to be modified.
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this th...
Help !I need to create a data input screen on excel where multiple users
at the same time will use them & input data.
This data then needs to be stored as a database as well, where i can
use it to understand trends
Thank you.
and the question is ...?
<abrahamsaj@gmail.com> wrote in message
news:1132155054.927936.191640@z14g2000cwz.googlegroups.com...
>I need to create a data input screen on excel where multiple users
> at the same time will use them & input data.
> This data then needs to be stored as a database as well, where i can
> use it to understand trends
>...
Help with this thingIt was working in the window "Transactions >> Sales >> Transactions of
Sales", but exactly were publishing a Quotation, which i wanna print, more
nevertheless was shut up to me network, then I closed the window and it threw
several messages to me of error, and from that then it was blocked the
quotation that was working.
My question is as I can unblock this document?
...
Help with Outlook Setup!!!I have XP Professional installed and Office XP Professional. I have several
users setup for kids, as well as my admin account.
I want to setup a Limited Account in addition to the Admin account for
myself for daily use. Am I just suppose to pick a different account name
and login password and then setup my MSN Messenger and Outlook POP email
with same username and password that I used to setup the Admin account? I
don't need to share any contacts or anything, I just setup the admin email
in order to setup Outlook. I want to input my contact info etc., into the
Limited account and use ...
HELP !!! I have a ARRAY Formula HELP !!!
Hello,
Here is the ARRAY Formula I have and this is what I am using it for.
The situation is that it worked 1 time and than not again.
=INDEX(D48:K48,,MAX(IF(D48:K48<>"",COLUMN(D48:K48)))-COLUMN(D48)+1
Duty:
I have a row of number that appear hourly (DOLLAR AMOUNTS), the numbe
are anything from nothing to 10000. I want the hourly number to appea
in specified cell. Here is an example. (I am using EXCEL 2000)
Row D48:K48 answer in cell G2
1st hour
D48 = $100.00 G2 Should be $100.00
2nd Hour
D48 = $100.00 E48 = (nothing) G2 Should be (nothing)
3rd Hour
D48 = $1...
exch 5.5 helpI am in a progress to upgrade Exchange 5.5 (on NT4) to Exhange 2k3 (on 2k3).
I setup a test machine and upgrade the OS to w2k3.
1st I want to connect the 5.5 to AD, so I should install ADC.
Can anyone tell me the steps?
Frorestprep, domainprep, setup adc, and upgrade to exchange 2k3?
If you run through the steps in the E2K3 deployment tools they will walk you
through everything.
--
Hope that helps.
-------------------------
Jaclynn Hiranaka
Enterprise Messaging Support
This posting is provided "AS IS" with no warranties, and confers no rights.
� 2004 Microsoft Corporation. Al...
How do I create a table with data selected via a pass through que.I see the data using a pass thru select query but when I try to use the query
in a separate make tabel query, I get an error message. Has anyone done this
before? Thx.
On Fri, 30 Nov 2007 14:33:00 -0800, kandamj
<kandamj@discussions.microsoft.com> wrote:
>I see the data using a pass thru select query but when I try to use the query
>in a separate make tabel query, I get an error message. Has anyone done this
>before? Thx.
You may want to try saving the passthrough query, and base a new MakeTable
query on that saved query.
The passthrough query runs on the host, and ha...
Help with Formula Please 02-19-10Need a Formula for the following:
Data Table
A B C D E F G H I
1 Tom A W 2 H 30 84 30
2 Peter A W 3 H
3 Nick B L 1 A 70
Columns F1:I3 from Data Table has break scores for each player.
Below is the Result Table where I need to show a summary report for high
breaks. I have no problem with Break as I use the Large function. I need a
formula to insert in A1 and A2 to place the name for the corresponding breaks
below.
Result Table
High Breaks
A B
Name Break
1 ...
help...help...helpI just installed Microsoft Office XP Professionaql with
no problem. However, whenever I try to perform any task
such as opening contacts area in order to create an
entry, I receive a dialog box with Microsoft Outlook and
a yellow exclamation point. Also, included in the dialog
box are the words could not open the item, try again.
Other information that might be important is that I use a
pst file. The error message also occurs when I try to
open the Contact folder from the folder list as well as
when I try to perform any function. It was a clean
install not an upgrade. Could you ...
Need help in data copying.Hi
I have an invoicing file in excel (Sheet1). I need to store the dat
which is invoiced into another sheet. My Invoice Data starting from Ro
8 and column B to F (The first item is from B8-F8, second item i
B9-F9). B-Item Code, C-Item Name, D-Qty, E-Price, F-Total.
Once I print the invoice, I need to transfer the data to another shee
(Sheet2) .
When I create another invoice, the new data should be added below t
the previous data in Sheet2. So that I can have all the items I sol
in Sheet2.
Can someone help me sending a macro for it???
I will be grateful to you.
Thanks in advance
Tom
-...
Macro HelpHi,
I had alot of help yesterday from Jacob with the following macro, but am
getting a 'run time error 13' when trying to run the macro, and i cannot see
why.
Any help much appreciated
Sub OLApp()
Dim objOL As Object, objApp As Object, lngRow As Long
Set objOL = CreateObject("Outlook.Application")
For lngRow = 9 To Cells(Rows.Count, "A").End(xlUp).Row
If Range("E" & lngRow) = "" Then
Set objApp = objOL.CreateItem(1)
With objApp
..Subject = "Change Password for system" & Range("A" & lngRow)...
help me #2how to restrict entering of same values or data in excel
cell
Hi
if you mean the 'preventing of duplicate entries' you may check the
following site
http://www.cpearson.com/excel/NoDupEntry.htm
--
Regards
Frank Kabel
Frankfurt, Germany
mangesh khati wrote:
> how to restrict entering of same values or data in excel
> cell
...
Create and set up custom forms in OWAHey there!
I read, that it is possible to convert custom forms to asp so that they can
be used in OWA.
Is there another tool than Microsoft Outlook HTML Form Converter to do the
conversion-part?
Do you know of an article that describes exactely how to set up such a form
and where to install it etc. Like: What to do after I turned the Outlook
custom form into an ActiveServerPage?
Thanks for any help,
Reto.
...
Problem with LeadTools CreateWindow inCFormView -Help !!!Hi ,
I have been using LeadTools in Visual Studio 2005.
I have a tabctrl and dialogs in each tab and developed using
CFormView.
So a tabCtrl is a child of CFromView and tab1 is a child of TabCtrl.
I want to insert a LEAD control in one of the tabs .i.e, Dialog.I am
unable to insert a leadcontrol but inserting a control in the view was
easy.The problem is I am not able to get the HWND associated to a
particular dialog which is super child of View.
Can somebody help me in creating a lead control in the dialog
configdlg .h
LAnnotationWindow m_LAnnoWnd;
FormView.cpp
CMyTabCtrl m_myCtrlTab;
...
CString helpI'm looking at a website on CString Management:
http://www.codeproject.com:80/string/cstringmgmt.asp
In the section entitled, "CString to char * II: Using GetBuffer," the author
stresses calling ReleaseBuffer after calling GetBuffer.
Is this always necessary?
I often use CString::GetBuffer when using CStrings in MessageBox dialogs
like so:
MessageBox(m_hWnd, cString.GetBuffer(0), lpTitle, MB_OK);
Should I be adding a ReleaseBuffer after a MessageBox call?
Should I be passing my string data to the MessageBox in another way?
Regards,
Joe
> Is this always necessary?...
HelpProvider and HTML Help interactionI have an application with a .chm help-file.
But I have some questions about the behaviour of the help-window.
I use a modal application window and I can start the help.
The help windows appears but it is allways in foreground of my application
window.
I can set the input focus on my window, the help window becomes inactive but
I cannot move my window over the help window.
So I have to close the help window or minimize it or move it aside of my
application window when I want to go on in my application.
The other problem is when I minimize the help window and then open a dialog...
Creating E-R Diagrams In Visio Based On ACCESS DatabaseThis is a multi-part message in MIME format.
------=_NextPart_000_0010_01C48BB9.47434CA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I need to generate an E-R diagram for an ACCESS database that I have =
setup. In ACCESS I have defined all of the table relationships using the =
relationships tool. Now I am looking for a way to import that =
relationships data into Visio to create a more formal and commented E-R =
diagram.
Any ideas?
Thanks,
Gary
--=20
Gary Novosel
Recursion (noun). See recursion.
------=_NextPart_000_0010_01C48BB...
Your Help is AppreciatedDear all
I am using MS Excel 2003 and I am trying to plot a graph/chart/graphical
representation of the following:
I would like to somehow plot :
Time Price Meetings
16/09/2002
23/09/2002 225 27-Sep-02
30/09/2002
07/10/2002
14/10/2002 368
21/10/2002 23-Oct-02
28/10/2002
04/11/2002 354
11/11/2002
18/11/2002 235
25/11/2002
02/12/2002
I dont mind how the data is displayed but I envisaged some kind of bar chart
to represent the prices and a line chart / crosses to indicate the dates of
the meetings.
Can anyone help with this or am I being stupid?
Thanks for everything i...
Money-Changing Account number to handle Vanguard changesHi:
Vanguard has changed the account numbers for its brokerage accounts. This
has caused money to download brand new accounts with nothing in them and stop
updating my old account numbered accounts. I changed the account numbers in
Account Detail page but still not working. Anyone who has any info on what
I'm missing please pass along. I cannot lose years and years of past data by
just switching to the newly downloaded accounts.
Greg
PS: Microsoft Money Plus Premium, most recent version
On the old accounts, turn off on-line updates. You should then be able to
merge the old accoun...
bcc help
can't seem to send mail to bcc?
I copied e-mail addresses from an excel spreadsheet and pasted the
into the bcc header. I made sure there was coma between each.
I entered the form letter and "from" and "to" and "subject" fields an
sent the mail.
The "to" received the mail but the bcc did NOT receive the mail.
What did I do wrong
-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com
...
Duplicate playlists are createdWhen I created a playlist folder it was created one such playlist, but
sometime later I found that another one being the same name was created.
As matter of fact all playlist folders so far created are now their
duplicate folders. How come this is happening?
...
Rules Wizard Help
I have a rule in the Rules Wizard that forwards on an email to
distribution list that is received from a certain person.
I would like to have a rule that forwards on this email, but I woul
like to forward it with some set text as well.
For example, the email shows after being forwarded by the rule:
> ----------
> From: Person1
> Sent: Friday, February 20, 2004 6:52:37 AM
> To: DistributionList
> Subject: DISCOVERER SHOULD NOW BE AVAILABLE
> Auto forwarded by a Rule
>
>
DISCOVERER SHOULD NOW BE AVAILABLE
However, after I would like it to forward some text as ...
Excel 2003 hangs calculating cells from a Excel XP created DocumentI have an excel document that was created in Excel XP, and it opens fine in
Excel XP. When I try to open it in Excel 2003, it tries to go thru
'calculating cells'. It hangs at 5% on a mid range laptop and 25% on a high
end desktop. Is there a fomula converter or something I cna run on the file
to get it to open in Excel 2003?
James Bates
Excel 2002 and 2003 use the same file format so it's not an issue of
converting formulas. Rather it would seem to be something it 2003's
configuration. In your place I'd see what happens when the workbook is
opened in a 'pure...
More help with formula
I need 2 formulas for the following:
Problem 1: Columns "c" thru "g" contain numbers from 1 thru 100. If th
numbers is those columns are 50 or less then I the sum to go in on
column; then the sum of numbers between 51 to 100 to go into anothe
column.
Problem 2: Columns "c" thru "g" contain numbers from 1 thru 100. If th
individual number 1-100 is used (3 times, 4 times, 5 times, etc.) tota
the I need to show the number of times it was used in the columns.
For example: If 1 is used 5 times in columns C thru G then the numbe
is 5; the same with 2, th...