Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsHidden flag defaulting for every attribute #969

Closed
gvc55 opened this issue Sep 12, 2023 · 1 comment
Closed

IsHidden flag defaulting for every attribute #969

gvc55 opened this issue Sep 12, 2023 · 1 comment
Assignees
Labels

Comments

@gvc55
Copy link

gvc55 commented Sep 12, 2023

Not sure if I am missing anything but I cannot see any attributes in the results. When I look at the Layout, the ishidden flag is set to "1" as follows.

<grid name="resultset" object="10221" jump="obo_name" select="1" icon="1" preview="1">
  <row name="result" id="obo_oboyearlyrollupid">
    <cell name="obo_appropriationonrollup" ishidden="1" />
    <cell name="obo_functioncodeonrollup" ishidden="1" />
    <cell name="obo_fundingprogramonrollup" ishidden="1" />
    <cell name="obo_name" ishidden="1" />
    <cell name="obo_projectcodeonrollup" ishidden="1" />
  </row>
</grid>

I have tried setting the "Show Attribute in the View" for each attribute but that gets reset every time I execute the query. What am I missing? Please help.
I am using release # "1.2023.8.2".

@gvc55
Copy link
Author

gvc55 commented Sep 12, 2023

In a later attempt, I changed the Layout view to set the "ishidden" flag to "0". That did an automatic update setting the width = 100 which allowed me to run the query and everything showed up. Not very intuitive if that was the intent.

@rappen rappen self-assigned this Nov 9, 2023
@rappen rappen added the layout label Nov 11, 2023
rappen added a commit that referenced this issue Nov 11, 2023
@rappen rappen closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants