I have a formula that defines a rate based on the year... }else if(Row2.YearTraveled.rawValue == "2022" && Row2.ddModeTransportation.rawValue == "Motorcycle"){this.rawValue = ".605";}Now I need to break up this year to calculate based on time frames....1/1/22-6/30/22 is one rate and 7/1/22-12/31/...
I have a form with a drop down field that, based on the selection, changes the email recipient in the submit button. Basically "if dropdown = A", email recipient is "john smith", if dropdown = B, email recipient is "bill jones", if dropdown = C, email recipient is "mary doe", etc. Not sure how to ...
We are using AEM 6.5.0 and I'm wanting to know how to create a button to attach a file and if there are any issues with it. In other postings I have read where this function does not work without Reader Extension.