Hi Guys,
I am building a sample webpage to display MDO query data using I5Grid.
I am not sure if I am missing any lines. attached is my code and the webpage is empty with no errors on the browser console
If I remove the below lines, the grid appears, but i need the filter expression and be assigned at runtime.
dashBoard.getQueryObject().setFilterExpr("[dept] = CSEE");
dashboard.update(true);
Kindly help me with this.