Read all info on passing parameters but couldn't find answer. Have a Submission Form with virtual fields from which I pass parameters to report DataPage (data source: view not table) with calculated fields and want then to pass parameters to new DataPage - Web Form where user can check his choice, make new data input and only than to save data to table. I am using following string:
Can pass other parameters but not values from Calculated Fields. There is no possibility. Is there are way to pass Calculated Fields values to a new DataPage, Web Form Submission?
I've tried to do without passing - to just use formula in new Calculated Field in a new Web Form but somehow it doesn't work with formulas based on View as Data source but it is working with formulas based on Table data Source. Unfortunately I need to use View as data source due to formulas and conditions.
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.
Question
Bostjan24
Hello!
Read all info on passing parameters but couldn't find answer. Have a Submission Form with virtual fields from which I pass parameters to report DataPage (data source: view not table) with calculated fields and want then to pass parameters to new DataPage - Web Form where user can check his choice, make new data input and only than to save data to table. I am using following string:
"?Operator_carrier=[@field:tbl_export_import_land_Operator_carrier]&Origin_country=[@field:Origin_country]&Destination_country=[@field:Destination_country]&Departure_port=[@field:Departure_Port]&Destination_port=[@field:Destination_Port]&Weight=[@Weight]&Price=[@field:Price]&LCL_voy_noID=[@field:LCL_voy_noID]">Book</a>"
Can pass other parameters but not values from Calculated Fields. There is no possibility. Is there are way to pass Calculated Fields values to a new DataPage, Web Form Submission?
I've tried to do without passing - to just use formula in new Calculated Field in a new Web Form but somehow it doesn't work with formulas based on View as Data source but it is working with formulas based on Table data Source. Unfortunately I need to use View as data source due to formulas and conditions.
Perhaps any idea or solution?
Thank you very much!
Bostjan
Link to comment
Share on other sites
2 answers to this question
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.