Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
count( {< datereported = {">=$(Test_Start)"} >} ID)
Can anybody give me a hint why the combination of Start and End does not work?
Thanks for your help!
The combination should work, like
count( {< datereported = {">=$(Test_Start)<=$(Test_End)"}>} ID)
The combination should work, like
count( {< datereported = {">=$(Test_Start)<=$(Test_End)"}>} ID)
Hi,
Feel free to download this application that shows among many other things how this works. You need to ensure that the format is the same in the variables as well as in the fields. Then, you have to take care of your set analysis syntax.
Hope that helps.
Miguel
Perfect, thank you!