Jump to content

telly

Caspio Rockstar
  • Posts

    317
  • Joined

  • Last visited

  • Days Won

    14

Community Answers

  1. telly's post in How to display row count in a Tabular DataPage? was marked as the answer   
    Hi @Lepidoptera,

    You may use the record index feature in tabular DataPage: Tabular > Search and Report Wizard - Results Page Options > Standard > Display Options > Show record index (Enable or check the checkbox):

    Configuration:



    Reference Link: https://howto.caspio.com/datapages/reports/creating-a-report-datapage/
  2. telly's post in Audit Trail For Editing Records was marked as the answer   
    Hi @RonAnderson,

    To achieve that you will need to create another table to log all the changes and triggered action to push the information from the main table to log table, you can check this link for the sample triggered action
     
  3. telly's post in For Tasks set Send Email "From" Sender to a Data Field was marked as the answer   
    Hi @ChristianM,

    We had the same workflow, it seems that it is not possible to set the FROM field to dynamic it is only static. 

    You can use logic If Else Statement:


  4. telly's post in Responsive Chart Legend Restriction was marked as the answer   
    Hi @FredFarfadoe,

    To achieve that you will need to add a CSS code on the header of the DataPage:

    You can use this:
     
    <style>
    g.highcharts-series-group {
    pointer-events: none!important;
    }
    .highcharts-a11y-proxy-button {
    pointer-events: none!important;
    }   tspan {
    pointer-events: none!important;
    }
    </style>
×
×
  • Create New...