Jon Walters

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

Comments

Votes on activity by Jon Walters Recent activity Votes
  • I have now resolved this. To get the value of the parent Repeat element data item within the child repeat element it will be the following: @Repeat.RepeatParentID.RepeatParentDataColumnID~

  • Thanks for your reply - what I am trying to do is create a series of panels (parent repeat element) and then for every panel create a series of charts (child repeat element) based on the parent rep...

  • Thank you both comments, I now have a working solution so thank you.  I have incorporated both, so I have the JavaScript validation for the validation when trying to save the datatable and then als...

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

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

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

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

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

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

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