I am using sharepoint designer to modify my top level site master page. In the master page there is a query webpart. It queries the Page library under one of the subsite. In this library I inheritated a column called "IsNeverExpire". The type is caculated "Yes/No".
I can add a web part in SharePoint. The web part query this column. If the the "IsNeverExpire" equal to "Yes", the web part will display this Item. Everything works fine when I do this in SharePoint. However when I use designer to do the same thing in the query web part on the master page, It failed to recognize the "Yes" value. I tried different value like "True", "1". All have failed.
How to query against calculated column with "Yes/No" in designer?
Thanks