Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - EPM Solutions

Pages: 1 ... 10 11 [12] 13
166
Is there any other way to make this work ?

168
Thanks I have used the the below code

columnTemplate: {
                render: function(ui){
               var rd = ui.rowData,
                       level = rd.pq_level;
                    if(level != null){
                        //to display group titles in first visible cell of summary rows.
                  if(rd.pq_gsummary && this.getFirstVisibleCI() == ui.colIndx){
                     
                     var data = this.pageData(), i = ui.rowIndx, dis = this.option('groupModel.dataIndx');
                     while(i--){
                        rd = data;
                        if(rd.pq_level == level){                        
                           return {text: "<i>" + rd[ dis[ level ] ] + ":</i>", style: "text-align:right;"};
                        }
                     }
                     
                  }
                  else{
                            //to indent group titles.
                     return {style: "padding-left:"+(level*20)+"px;"};
                  }                       
                    }
                }
            },           


this.getFirstVisibleCI() == ui.colIndx condition always returning false not going in if condition

Where I am doing wrong Please suggest?

169
What changes I need to do to achieve my requirement this is very urgent ?for alternative approach can we display the groping Name in summary row at bottom - see the attached screenshot.


I may need to find out any other grid plugins if this is not working but I hope this features should be available. 

170
How can I display the summary on top instead of bottom of the row? I wanted to display summary similar to the attached images.


 or Is that possible to display the row grouping name with subtotal in summary?
 General Requirements Subtotal   or Initiation Subtotal

   

171
Yes it's not working with groupBy hidden columns, After setting the groupModel.summaryInTitleRow: 'all.

172
How can the totals at bottom of row grouping be moved as shown in image when rows are expanded.

we just need to show it in same place with rows expanded.

173
Hi Thanks for your help much appreciated !!

I have achieved the filter functionality from toolbar.


Best Regards,
Pankaj Srivastava



174
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 ?




175
Help for ParamQuery Pro / Re: Repeated summary
« on: July 12, 2017, 02:31:30 am »
Thanks!!

176
Help for ParamQuery Pro / Repeated summary
« on: July 11, 2017, 12:27:39 pm »
How can we stop repeating the summary if we have applied groups on multiple columns
I have followed your below URL here it's displaying one summary row and I want exactly the same.
 https://paramquery.com/pro/demos/group_rows_hidden

Issue- Please refer my below screenshot why summary repeating.



177
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?


178
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 ?

179
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


180
Hi Team,

Is there any way to display the grand summary on top ?

Best Regards,
Pankaj Srivastava

Pages: 1 ... 10 11 [12] 13