Jon Walters

  • Total activity 34
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 8

Activity overview

Latest activity by Jon Walters
  • Jon Walters commented,

    sorry this is the amended code with the toggle of data types: <ResponsiveRow>            <ResponsiveColumn>                <DataTable                    AjaxPaging="True"                    ID="dt-...

  • Jon Walters commented,

    If I can get the either the elementID or the RowNumber into the JavaScript function I will be able to manipulate this to fire the validation.

  • Jon Walters commented,

    <?xml version="1.0" encoding="utf-8"?> <Report ID="Default" > <Body> <IncludeScript ID="jsValidateInput" IncludedScript="function ValidateCheckNumber(id,rowNum) { alert(&apos;RowNumber:&apos; + row...

  • Jon Walters commented,

    I have scaled this down just to attach the code, I have div tags within the answer column depending on the DataType.  I don't want to ensure a value is empty, I just want the ones that require a Nu...

  • Jon Walters commented,

    I can't even seem to get to pass the RowNumber either, please see attached my report.   <?xml version="1.0" encoding="utf-8"?> <Report ID="Default" > <Body> <IncludeScript ID="jsValidateInput" Incl...

  • Jon Walters commented,

    Hi Neil, I only have certain inputs I want to do this for so I want to pass the element ID into the function without actually specifying what the ID as I this is in a DataTable, which is iterating ...

  • Jon Walters created a post,

    Validation.Javascript

    I am creating some custom JavaScript validation functions.  I have 130 input elements on screen so want to make this scalable. I have this function where I call it within the JavaScript's function ...

  • Jon Walters created a post,

    Export to Excel Styling

    Is there a way to set styling for exporting Tables/CrossTab tables to Excel? Font size, header row color etc?

  • Jon Walters commented,

    Posted above, I have added labels to show the difference in the @Local token and the select list @Request token. I couldn't use the @Request token on the Global Refresh as it is still the original ...

  • Jon Walters commented,

    <?xml version="1.0" encoding="utf-8"?><Report    ID="Default"    >    <DefaultRequestParams        selFilter-Sport="1"    />    <LocalData>        <DataLayer            Type="Static"            >  ...