You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First image shows records without caml query.
Second one shows records with caml query applied. The filter is applied right, but some fields are not displayed.
Anybody knows what's happening?
Thank you very much.
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale due to no progress in over 90 days. If you are still experiencing this issue, please provide additional information so we can help you resolve it.
Closing this issue due to lack of activity. If you are still encountering this issue, please do not hesitate to open a new issue. Make sure to follow the guidance on how to create good issues to increase your chances of getting the help you deserve.
Disclaimer
Yes
Sample
react-list-search
Contributor(s)
@albegut
Question
Hello:
When I use caml query, some fields in list doesn't show their values, specially multichoice values, also taxonomy
I use following query:
<View><ViewFields><FieldRef Name='Title'/><FieldRef Name='Estat'/></ViewFields><Query><Where><Eq><FieldRef Name="Estat"/><Value Type='Choice'>enviada</Value></Eq></Where></Query></View>
First image shows records without caml query.
Second one shows records with caml query applied. The filter is applied right, but some fields are not displayed.
Anybody knows what's happening?
Thank you very much.
The text was updated successfully, but these errors were encountered: