Forum Discussion
vignesh-490
3 years agoFrequent Visitor
Display text with selected values
Hi , 1. Steel is one dropdown 2.April is a date field I wanted to display the page with the dropdown selected (ie Steel selected for example) and the date should display till current date (i...
- 3 years ago
use SELECTEDVALUE to get the value in the dropdown
format(today(),"mmmm") to get month name
at last use "&" to connect
ryan_mayu
3 years agoSuper User
use SELECTEDVALUE to get the value in the dropdown
format(today(),"mmmm") to get month name
at last use "&" to connect