Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,963
    • Issues 1,963
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #17175
Closed
Open
Issue created Feb 13, 2017 by Utkarsh Ayachit@utkarsh.ayachit⛰Contributor

Spreadsheet's `Composite Data Set Index` widget not working correctly in all cases

  • Open can.ex2, Apply
  • Close active view, and show data in spreadsheet view
  • Now in python shell, do this and observer the changes to the Composite Data Set Index widget on the Display properties after each property change
a = GetDisplayProperties()
a.CompositeDataSetIndex = [ 0 ]  # wrong widget state
a.CompositeDataSetIndex = [ 1 ]  # wrong widget state
a.CompositeDataSetIndex = [ 2 ]  # correct
a.CompositeDataSetIndex = [ 2, 3 ]  # semi-correct. the state for **Element Blocks**
                      # is wrong (should be fully checked, not partially checked, see below)

image

pqSignalAdaptorCompositeTreeWidget needs to be refactored

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking