Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could you please tell me how to apply on opening trigger for the range of month year combination field?
Tried by creating variable as :
vStart =MonthName(AddMonths(Max(MY), -15))
vEnd =MonthName(AddMonths(Max(MY), -3))
In triggers,
But it is not working.
Appreciate your quick response. Thanks in advanced 🙂
it should be in the format
(XXXXX|XXXXXX|XXXXXX) in your case: ("Mar 2019"|"April 2019"|"May 2019")...
use the following in your action search string:
='("' & concat(distinct {<dt={">=$(vStart)<=$(vEnd)"}>}mnt,'"|"') & '")'
attached uses 12/1/2020 as the max date.