joscetre Posted February 17, 2013 Report Share Posted February 17, 2013 I have a Report DataPage which includes a count of all rows having a particular attribute. Caspio correctly displays and stores this aggregate value as "Aggregate 1". I would now like to show a message when this value exceeds a set limit. I have tried to set a variable to the aggregate field, but with no sucess: var v_total = document.getElementById("Aggregate_1")Is there a way to capture an aggregate value without re-coding the full aggregation in JS? :?: Quote Link to comment Share on other sites More sharing options...
MayMusic Posted February 19, 2013 Report Share Posted February 19, 2013 There is no ID for this value so there is no way to use this value in JS Quote Link to comment Share on other sites More sharing options...
joscetre Posted February 20, 2013 Author Report Share Posted February 20, 2013 OK, that's a shame. Thanks for addressing my query. Quote Link to comment Share on other sites More sharing options...
julataylor Posted February 20, 2013 Report Share Posted February 20, 2013 there is no sucha id for this value, you can't use this value in java script Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.