Forum Replies Created
-
AuthorPosts
-
November 19, 2017 at 08:16 in reply to: DFFS > Filtering Checkbox based on another field answer #18804
Hi Sir Alex,
Please ignore it. I manage to make it work with Specify the number of columns to distribute the choices over under the tab Misc of DFFS?
I changed the tr to td
jQuery("#dffs_ChoiceColumn3 input").each(function(){ if(jQuery.inArray(jQuery(this).next().text(),arr) > -1){ jQuery(this).parents("tr:first").show(); }else{ jQuery(this).parents("tr:first").hide(); } });
- This reply was modified 7 years ago by Jhap.
I believe the bugs is in DFFS_frontend_min.js
We are using SharePoint 2013. I have some forms using AUTOCOMPLETE and it does not load and after a while it will show a message “this took forever“.
For now I am using DFFS backend version v4.4.3.24 and frontend version 4.4.3.10 and its working fine.
November 19, 2017 at 05:47 in reply to: DFFS > Filtering Checkbox based on another field answer #18799Thank you so much sir Alex. It is working. Only it does not work if the
checkbox is configured in Specify the number of columns to distribute the choices over under the tab Misc of DFFS.I configured the REQUIRED checkbox to display 4 selections per row as per my screenshot attached in the first thread.
1st row : Security, Catering, Transportation, Venue Reservation
2nd row : Media Capturing, Electronic Media, Print Media, OtherNow my Event Type field selection are COMPANY and DEPARTMENTAL. If the event type selected is DEPARTMENTAL, then it will show Security, Media Capturing, Electronic Media, Print Media, Other. In this case, when I select DEPARTMENTAL as the event type, the it shows me only the selection which are available in the 2<sup>nd</sup> row.
It is possible to make it work if the checkbox type field is configured in Specify the number of columns to distribute the choices over under the tab Misc of DFFS?
Kind regards,
Attachments:
February 19, 2017 at 05:11 in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15705Hi Sir Alexander,
Here are the screenshot of my chart.
Just to correct. Master chart and 1 chart below the master chart are the one working only for filtering. The rest of the charts are not filtering though it showing the word FILTERING when I select any option in the droplist filter of the master chart
Thanks a lot.
Attachments:
February 17, 2017 at 07:02 in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15683Hi Sir Alexander,
My charts are vertically arranged as I have illustrate in the image above.
All my charts and filterring are working very fine in SPJS Chart v5.x.x. So these are the same list and charts which I upgraded to SPJS Chart v6.1.5.
In SPJS v6.x.x the filterring now is automatic and that very nice of you to have this feature. The only I changed in my charts configuration is the filtering. My parent chart filter is dynamic filter. The rest of the charts below the parent chart connect the filterring to the parent chart using this command {“master”:”CHART_1″} and the filter column I used are available in all of the list that using a chart otherwise my charts wont work anyway in SPJS Chart v5.x.x if that is the case.
I will be back to office on Sunday though so I could not provide now a screenshot. For now I will just illustrate my page and this is how my page looks like. My chart webpart are arranged vertically.
______________________________
| Chart_1 (column type chart) |
| |
| Chart_2 (column type chart) |
| |
| Chart_3 (column type chart) |
| |
| Chart_4 (column type chart) |
| |
| Chart_5 (table type chart) |
| |
| Chart_6 (table type chart) |
|______________________________|CHART_1 using dynamic filter and the rest of the charts CHART_2, CHART_3, CHART_4, CHART_5 and CHART_6 connect the filter to CHART_1 with filtering command {“master”:”Chart_1″}.
Given the scenario, CHART_1 showing the filter droplist. When I select any filter option in the droplist the CHART_1 is filtering good and so the CHART_2 and CHART_3 goes along correctly, but CHART_4, CHART_5 and CHART_6 is not filterring along as the CHART_2 and CHART_3 does.
NO ERROR shows in developer tools (F12).
I hope my long story is clear ^_^
Thank you so much Sir.
- This reply was modified 7 years, 9 months ago by Jhap.
February 15, 2017 at 06:56 in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15638Hi Sir Alexander,
THank you so much Sir.
Yes there is no more error when I checked in developer tools (F12), but I noticed that on my 5 charts only total of 3 charts are working in additional chart filtering.
As I described in the attached image parent chart and 2 other chart below the parent chart are working fine with filtering and the rest of the charts below are not filtering.
Regards,
- This reply was modified 7 years, 9 months ago by Jhap.
- This reply was modified 7 years, 9 months ago by Jhap.
Attachments:
February 13, 2017 at 05:26 in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15593HI Sir Alexander,
Yes I am sure I used
{"master":"parent_chart"}
My chart structure in the page is vertical arrangement :
column type parent chart (has a filter)
column type chart (it connect correctly to filter in the parent chart)
column type chart (it connect correctly to filter in the parent chart)
table type chart (it connect to parent chart for filter but doesn’t filter)
table type chart (it connect to parent chart for filter but doesn’t filter)==============================================================
Yes it has an error as per the screenshot.
Attachments:
Hi Sir Alexandader,
Firstly, thank you so much for the great work.
colorByLabel option is now working fine in SPJS Chart v6.1.3
Regards,
Hi Sir Alexandader,
Firstly, thank you so much for the great work.
I just follow your suggestion and I have created filtered view and used it though I have to create at least 5 views for each of the table chart, but not a big deal.
Table_Chart_Config
Attachments:
Hi Sir Alexander,
Attached images described my list/column settings and the table chart configuration.
Thank you so much.
Attachments:
Hi Sir Alexander,
Still the empty row is showing. Please the attached image.
THank you.
Attachments:
January 30, 2017 at 07:18 in reply to: SPJS CHART V6 B2 : CUSTOM CAML & FILTER – ASCENDING FEATURE #15334Hi Sir Alexander,
Thank you so much for all this greate work! ^_^
The sorting option is working perfectly now.
Attachments:
Hi Sir Alexander
Thank you so much for the info. I have removed the group name for edit button and it’s working fine now.
By the way this is not happening in DFFS.
I believe it is nothing to do with the BETA because my other charts are running with 5.0.1 and has the same issue. This could be due to my company restrictions being applied recently.
Thank you so much again ^_^
Hi Sir Alexander
I would like to request to delete the attached image in my 1st post. Due to security issue.
Thank you.
Attachments:
-
AuthorPosts