Jhap

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 38 total)
  • Author
    Posts
  • in reply to: DFFS > Filtering Checkbox based on another field answer #18804
    Jhap
    Participant

    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 6 years, 5 months ago by Jhap.
    in reply to: Possible bug with v4.4.3.24 – this took forever #18802
    Jhap
    Participant

    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.

    in reply to: DFFS > Filtering Checkbox based on another field answer #18799
    Jhap
    Participant

    Thank 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, Other

    Now 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:
    in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15705
    Jhap
    Participant

    Hi 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.

    in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15683
    Jhap
    Participant

    Hi 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, 2 months ago by Jhap.
    in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15638
    Jhap
    Participant

    Hi 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, 2 months ago by Jhap.
    • This reply was modified 7 years, 2 months ago by Jhap.
    in reply to: SPJS Chart v6 .1.3 : Table Chart Filter Other Chart Issue #15593
    Jhap
    Participant

    HI 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.

    in reply to: SPJS Chart v6 .1.0 : colorByLabel #15565
    Jhap
    Participant

    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,

    in reply to: SPJS Chart v6 .0.1 BETA : Table Chart Bugs #15560
    Jhap
    Participant

    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.

    in reply to: SPJS Chart v6 .0.1 BETA : Table Chart Bugs #15468
    Jhap
    Participant

    Table_Chart_Config

    in reply to: SPJS Chart v6 .0.1 BETA : Table Chart Bugs #15462
    Jhap
    Participant

    Hi Sir Alexander,

    Attached images described my list/column settings and the table chart configuration.

    Thank you so much.

    Attachments:
    in reply to: SPJS Chart v6 .0.1 BETA : Table Chart Bugs #15337
    Jhap
    Participant

    Hi Sir Alexander,

    Still the empty row is showing. Please the attached image.

    THank you.

    Jhap
    Participant

    Hi Sir Alexander,

    Thank you so much for all this greate work! ^_^

    The sorting option is working perfectly now.

    in reply to: SPJS Charts JS and JQuery #14983
    Jhap
    Participant

    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 ^_^

    in reply to: SPJS Charts JS and JQuery #14941
    Jhap
    Participant

    Hi Sir Alexander

    I would like to request to delete the attached image in my 1st post. Due to security issue.

    Thank you.

Viewing 15 posts - 1 through 15 (of 38 total)