@tkhan415 : Yes, everything that we do in query builder can be converted to backend code. // create query description as hash map (simplest way, same as form post)
Map<String, String> map = new HashMap<String, String>();
// create query description as hash map (simplest way, same as form po...