Viewing 15 posts - 631 through 645 (of 711 total)
Prepare the data (date wise) in tabular format and add it in matrix automatically it will populate.
your date fields has to be in row heading and other heading in either...
September 15, 2011 at 7:43 am
Hello,
Kindly check the attachments for the flow.
August 30, 2011 at 10:11 am
In IIS - verify that under web service extensions - ASP.NET 2.0 is allowed (not prohibited). If it is not listed at all, it needs to be added and...
August 27, 2011 at 12:41 am
thanks for clear explanation
i hope dundas is not free is there anything available as freeware.
thanks in advance.
August 26, 2011 at 8:18 am
can you able to ping the server?
August 26, 2011 at 2:59 am
sure, this is what i have done.
in table properties i have selected "Insert a page break before this table".
so i have selected for the controls wherin i want to show...
August 25, 2011 at 6:53 am
thanks i found out how to display the table in one page.
August 25, 2011 at 4:15 am
Has this been resolved, if you have found out kindly share how you have resolved it.
thanks
August 24, 2011 at 5:57 am
declare @date DATETIME
set @date = CONVERT(DATETIME,CONVERT(varchar,GETDATE() - 7 ,103),103)
SELECT distinct(P.Id), ref.Reference_Text_IN,
ref.Reference_Text_OUT, ref.Short_Surname_OUT,
ref.Number_OUT, ext.Details,
convert(datetime,ext.Status_Datetime,103) as 'Date'
FROM dbo.Exception_Table ext
INNER JOIN Pay P
ON ext.Payment_Id = P.Id
inner join sup_reference_text ref
on p.number...
August 24, 2011 at 5:52 am
follow this
1. Define 1st dataset
2. Map it in available values to create a drop down 1 with dataset 1.
3. create 2nd dataset with a sql input parameter.
4. in Dataset...
August 24, 2011 at 2:55 am
My problem is i want to execute a single sp which is using 1 table with 6 different parameter.
temporarily i have changed the SP to use 6 different tables based...
August 24, 2011 at 1:20 am
Hi,
is there a way out, kindly help.
temporarily created sp's and using different tables based on a parameter selected but which is not a good resource usage.
August 23, 2011 at 10:27 am
just check DPMAdminsRole in "site settings-> Item-Level Roles"
DPMAdminsRole has Manage folder permission given.
August 23, 2011 at 10:24 am
are you running it on same domain user
just a thought permission may differ.
August 23, 2011 at 10:12 am
Viewing 15 posts - 631 through 645 (of 711 total)