Resolved! How to get the no of incidents created yesterday with out using encoded query
Hi Can one help to get no of incidents created yesterday with out using encoded query below is the code I am trying, its not woking whereas it is working with encoded query var gdt= new GlideDate();gdt.addDays(-1);gs.print(gdt);var gr =new GlideAggr...