Y
yisan
Unregistered / Unconfirmed
GUEST, unregistred user!
Example
IIf(IsEmpty(Measures.CurrentMember), "Yes", "No")
Returns "Yes" if Measures.CurrentMember is an empty cell, "No" otherwise.
To number:
IIf(IsEmpty(Measures.CurrentMember), 0, 1)
为什么在线帮助中的例子,用起来却会出错?
提示:要么是IsEmpty()不认得,就是iif()函数不认得!
请问各位大虾,问题出在哪里?
我在sql2000和sql7.0中都试过,就是出错?
IIf(IsEmpty(Measures.CurrentMember), "Yes", "No")
Returns "Yes" if Measures.CurrentMember is an empty cell, "No" otherwise.
To number:
IIf(IsEmpty(Measures.CurrentMember), 0, 1)
为什么在线帮助中的例子,用起来却会出错?
提示:要么是IsEmpty()不认得,就是iif()函数不认得!
请问各位大虾,问题出在哪里?
我在sql2000和sql7.0中都试过,就是出错?