Viewing 15 posts - 16 through 30 (of 85 total)
stephenejones1960 (4/19/2014)
April 20, 2014 at 10:48 am
surindersinghthakur (5/20/2013)
--create table c (c_id integer, p_id varchar(10))
--create table f (c_id integer,f_id integer,e_dt date,amt_gross integer,amt_matched integer)
--create table bf(bf_id integer,actual_dt date,c_id integer,p_id varchar(10))
--create...
May 20, 2013 at 1:34 am
ChrisM@Work (4/22/2013)
Divya Agrawal (4/19/2013)
INSERT into @T
select 1,1,'ProgramCompletionStatus - ProgramNotCompleted, '
union all
select 1,1,'InputValidationStatus - Success, IsValidUserID - Yes, IsValidProgramID...
April 22, 2013 at 11:42 pm
DECLARE @T TABLE (auditlogid int, userid int , auditlog varchar(max))
INSERT into @T
select 1,1,'ProgramCompletionStatus - ProgramNotCompleted, '
union all
select 1,1,'InputValidationStatus - Success, IsValidUserID - Yes, IsValidProgramID - Yes, ...
April 19, 2013 at 6:12 am
If there is a csv column having different number of comma's in it, how would CCA help in it. In the examples provided by you we can split a csv...
April 18, 2013 at 4:48 am
Great post!! thanks for sharing..it is really very useful
April 18, 2013 at 12:46 am
10e5x (1/14/2013)
I met with a very tricky problem. I have a muti-value filter in my name whereby user are able to select the names to view the report. The...
January 22, 2013 at 3:59 am
vandana_j79 (1/18/2013)
I have SSRS (2008) Report which
line ...
January 22, 2013 at 3:51 am
prabhakarannsn (9/18/2012)
I tried with the 'time intelligence post formula filer' as per the above link.
The date filters are exist in the dashboard, but the data are not reflected in...
September 18, 2012 at 4:33 am
prabhakarannsn (9/17/2012)
is there any method to implement date range filter( fromdate and todate) in performancepoint 2010?I can implement the same in SSRS reports but can't in performancepoint 2010.
As compared to...
September 18, 2012 at 12:18 am
AnyHelpAppreciated (9/14/2012)
I think you are using VS2008, as my screen doesn't look like yours - I'm using VS2005. I don't have all those options in the...
September 14, 2012 at 3:41 am
AnyHelpAppreciated (9/14/2012)
September 14, 2012 at 3:07 am
AnyHelpAppreciated (9/13/2012)
Here's what my matrix...
September 14, 2012 at 1:19 am
yudy.varma (9/14/2012)
Thnks divya..its working
I am glad it helped you 🙂
September 14, 2012 at 1:10 am
Divya Agrawal (9/13/2012)
yudy.varma (9/1/2012)
ex :i have two parameters
1)item
2)option(multivalued - ven,itm,qty) and values are (venr,itm,qty).
i have...
September 13, 2012 at 6:59 am
Viewing 15 posts - 16 through 30 (of 85 total)