For SAP HANA Input parameter settings currently I am writing python script to change the parameter formats in Spotfire. As HANA is expecting parameters with extra pair of single quote ('''2015''' or '''2015'',''2016'''). Suppose there are 20 parameters for one on demand table, then for 20 set of filters need to write python scripts separately to store the values in another property control with the required format and then passing that Property control as Input parameter value, which is making the report little slow.