Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NULL in Dimensions

Status
Not open for further replies.

SP1709

Programmer
Feb 21, 2006
27
US
Hi,

I have designed a dimension with following properties

Member Key = PID

Member Name = PID+'--'+Description

Now, If PID=1 and Description = NULL then it gives me Member Name as NULL whereas actually I am expecting 1--

Please let me know if there is anyway through which I can acheive it.



Also, I am using AS2000



Thanks,
 
Hi,



I got the solution

set member name as pid + '--'+ isnull(pdescription,'')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top