Hello,I have a docstore collection in HANA having 1 to 1.5 million entries in the following format : {
"BillingDocument": "1002388",
"id": "idValue",
"OrderQuantity": 2,
"Start_Time": "1987-01-01T16:31:03.493Z",
"billStatus": "PENDING"...
Hello,I tried first by bringing the data in application layer (took huge amount of time), then worked with implementing the logic in a HANA db procedure, time was reduced but not still under acceptable limits. Finally used Left Join to find out the e...
WITH BDI AS (SELECT DISTINCT "ATS"."BillingDocumentItem" AS billNoFromArchivableInstances FROM "instances" WHERE "ATS"."SC_End_Time" <= '2017-08-15T11:59:03.493Z'),INS AS (SELECT DISTINCT "ATS"."BillingDocumentItem" AS billNoFromNonArchivableInstance...
Hello Alex, I am new to Smart Filter Bar and wanted to seek your help in this scenario :When I apply filters they work fine and are also saved in the tags area (Please refer to the image), but those filters become unchecked in smart filter bar value ...