Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My QV Two Column Month and MonthName as Like
Month | MonthName |
1 | Jan |
2 | Feb |
3 | Mar |
4 | Apr |
5 | May |
6 | Jun |
7 | Jul |
8 | Aug |
9 | Sep |
10 | Oct |
11 | Nov |
12 | Dec |
one Input box if we enter month then these MonthName Show In TextBox. Please Suggest.
=MaxString({<Month={'$(vInput)'}>} MonthName)
Why does it need to be an input box - can't you use a multibox with dropdown capability to select your respective MonthName?
User Requirement
Does the user know about the multibox with the dropdown functionality?
Why would putting in a number from 1-12 to be better than selecting the MonthName directly?
=MaxString({<Month={'$(vInput)'}>} MonthName)