Forum Discussion
Vincent
3 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 co...
- 3 years ago
You should try U1#Shipping_Trade.Base.Where(Text4 Contains Long_Lines)
ckattookaran
3 years agoValued Contributor
= or Equals won't work, use Contains
- Vincent3 years agoNew Contributor III
Thank you but it didn't work, I tried with () and without :
U1#Shipping_Trade.Children.Where(Text4 Contains (Long_Lines))
U1#Shipping_Trade.Children.Where(Text4 Contains Long_Lines)
Sorry for my beginner question.
Related Content
- 3 years ago
- 1 year ago
- 3 years ago
- 4 years ago