Viewing 15 posts - 646 through 660 (of 668 total)
Is happening again or just once...
have you checked whether you are still connected to DB.
April 25, 2010 at 10:29 pm
hello Pam,
You can use ISNULL(value_to_check,default_value)
So if value_to_check is NULL it is replaced by default_value else not.
April 23, 2010 at 11:26 pm
April 22, 2010 at 8:37 am
Pradeep,
you can use expressions. the values of Header fields can be manipulated using the values of certain selecteion you make...such as parameters....
Hope this helps.
April 21, 2010 at 3:35 am
Thought you required answer...turned the other way round...cheerz!!! 😀
April 20, 2010 at 4:34 am
Creating parameters in SSRS is step one...done
have you referenced those variables in your underlying dataset SQL query
April 20, 2010 at 1:39 am
Creating parameters in SSRS is step one...done
have you referenced those variables in your underlying dataset SQL query
April 20, 2010 at 1:39 am
Hi Pam,
It is bound to happen....you can use FULL JOIN.
Also can you provide some snapshots
April 20, 2010 at 1:33 am
Hi,
The values in SSRS are only returned as NULL if source field is null or is empty....
In either case you can use the derived column data flow task to manipluate...
April 19, 2010 at 9:09 am
HI,
Try the following syntax:
CREATE TABLE "@SELECT"
(
COLUMNNAME VARCHAR(20)
)
select * from "@select"
Also remenber to enable the Set Quoted identifier property....
April 19, 2010 at 8:55 am
Can you suggest a certification for BI and any pre-requisite. if any.
April 16, 2010 at 10:57 pm
Many Congratulations for the achievement.
Can you please specify the Exam module number for BI certs...
I was earlier told that SQL Server certs are a prequisite before appearing for BI certs......
April 16, 2010 at 10:09 pm
Thank you.
Can you please specify the Exam module number for BI certs...
I was earlier told that SQL Server certs are a prequisite before appearing for BI certs...
April 16, 2010 at 10:08 pm
Viewing 15 posts - 646 through 660 (of 668 total)