Hi all,
Because of the hard-limit of row numbers for universe data sources, i needed to filter an unx datasource before pulling the data to the application. If i don't do that, it gives me the error of :"Too large data etc."". So basically i made two prompts for year and month (at edit query specification) and filled them with default values. After the application opens, i want to change those variables with the values user selects from dropdowns. But when i try to do that, which i could do perfectly at bex data sources, i get the error of:" changes in variables could not be submitted". (You can see the screenshot below). I tried making the prompts optional, mandatory, creating the prompts from universe side, even i tried to make a formula variable like YEAR=(year.prompt)*1 and change year.prompt with setvariablevalueExt, none of these helped. Any help would be appreciated, thanks.