Author Topic: Is it possible to make the grouping in tree view structure  (Read 3946 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Hi Team,

I would like to make the grouping similar to attached screen shot is that possible to achieve in paramquery?



paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #1 on: July 10, 2017, 04:16:29 pm »
Yes, row grouping is supported upto any number of levels in Paramquery.

Example: https://paramquery.com/pro/demos/group_rows

Either drag the column titles to group header or pre-define grouped columns as dataIndx property in groupModel.

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #2 on: July 10, 2017, 04:24:27 pm »
Hi,

Yes I am aware that we can apply grouping on multiple columns but my question is can we make the grouping structure like tree view withing one column refer my excel report screen shot again.

Best Regards,
Pankaj Srivastava


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #3 on: July 10, 2017, 04:51:12 pm »
grouping titles can be made to appear in single column by

1. hiding the grouped columns ( add hidden: true to grouped columns )

https://paramquery.com/pro/api#option-column-hidden

and

2. add summaryInTitleRow: '' to groupModel.

https://paramquery.com/pro/api#option-GM-summaryInTitleRow

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #4 on: July 10, 2017, 05:51:45 pm »
This is not seems to be the right approach we can not hide the columns. after hiding our columns data are not appearing. Is there any other method to merge three column header in one column header ?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #5 on: July 10, 2017, 06:48:43 pm »
groupby columns have repetitive data anyway, so if a value is displayed x number of times it's displayed only once in the group title when groupby column is hidden.

Please check this example: https://paramquery.com/pro/demos/group_rows_hidden

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #6 on: July 10, 2017, 09:41:39 pm »
Hi Thanks for your support much appreciated !!

How can I enable the filter option if columns are hidden ??

Filter options are also hidden after hiding the columns can we display the filter option if columns are hidden?


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #7 on: July 10, 2017, 11:31:45 pm »
Filter options for hidden columns can be displayed in toolbar.

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #8 on: July 12, 2017, 02:43:54 am »
Hi toolbar filter are completely different(conditional) than columns filter.. I want to integrate the same as columns dropdown filter after hiding the columns, filters are disappeared how can I get it back??

if my columns are hidden can we position hidden column filter dropdown in different columns or somewhere else in header ?




EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: Is it possible to make the grouping in tree view structure
« Reply #9 on: July 12, 2017, 04:30:01 pm »
Hi Thanks for your help much appreciated !!

I have achieved the filter functionality from toolbar.


Best Regards,
Pankaj Srivastava