Pass a Javascript variable to a ReportProperty
Allow to pass a javascript variable to a ReportProperty syntax.
It will be very useful in a SmartCheckValidation.
Example (in SCV):
var sID;
var sResults = @ReportProperty(1234,exportdata,,sID)@;
2
votes
-
Oscar Rodríguez commented
Hi Camilo. No, it is not. In fact, the request is because we don't have the information in the server yet so we can not ask for it.
-
Camilo Rojas
commented
"on screen" variables can't be passed to ReportProperty as ReportProperty resolves on the server side. The parameters passed to the report have to come from the server.
would it be possible to develop a way to validate the information inputted in, say, a signup page before it's saved?