Vincent
2 years agoNew Contributor III
QuickView 'Where' condition
Hi the community!
Do you know the way to proceed to retriev in a cubeview a specific UD where the text of it is set on a specific value?
For example I want at the finest level all my UD1 which contain as a Text4 "Long_Lines"
I write this as a formula :
U1#Shipping_Trade.Children.Where(Text4=Long_Lines)
But nothing appears as a result. Did I missed something?
Thank you.
You should try U1#Shipping_Trade.Base.Where(Text4 Contains Long_Lines)