query Range for string

Hi all,

I want to use the query build range for string

i want to display only image and file in lookup … how can i write the querybuildrange

I guess you actually want to know how to implement a custom lookup. Please read How to: Add a Lookup Form to a Control on MSDN.

Hi,
Just add two querybuildrange with the specified value, then it will internally take as and condition.

Hi Cristiano,

When you are creating a lookup with multiple data sources, you need to build a relation between them… Use this link daxbeginners.wordpress.com/…/ , If it has any standard relation, Skip line number 13 and 14 and instead write qbdsJoin.relation(true);

Hope this helps.