Define Query Filter Preview | Community
Skip to main content
Level 2
January 30, 2019
Solved

Define Query Filter Preview

  • January 30, 2019
  • 4 replies
  • 2393 views

Hi

Currently every time when I do a preview of the Query Filter, it only returns the primary key column. To view other columns I have to edit the Configure List.

Is it possible to change the default display to show more columns instead of editing the Configure List every time?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Preview shows the computed string for the schema. You can change this in the schema by adding a <compute-string/> node under the root element, cf Elements and attributes.

Thanks,

-Jon

4 replies

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 30, 2019

Hi,

Preview shows the computed string for the schema. You can change this in the schema by adding a <compute-string/> node under the root element, cf Elements and attributes.

Thanks,

-Jon

Level 2
February 26, 2019

THanks wodnicki. Your solution is partially correct, but I dont want it to be concatenated in one column. By default it only displays the primary key, but I also want it to display other fields by default instead of always having to go to Configure List

Level 2
February 26, 2019

THanks wodnicki. Your solution is partially correct, but I dont want it to be concatenated in one column. By default it only displays the primary key, but I also want it to display other fields by default instead of always having to go to Configure List

Jonathon_wodnicki
Community Advisor
Community Advisor
February 26, 2019

Right the ordinary view can be changed with navigation hierarchies, for query filter cs is the only option available (besides proxy hacking).