Hi,
i'm struggling to clear the value of a date prompt. Following script works with other prompts but not with dateprompt:
define(function () {
"use strict";
function BasicControl() {
};
BasicControl.prototype.draw = function (oControlHost) {
var oControl = oControlHost.page.getControlByName("test");
oControl.clearValues();
};
return BasicControl;
});
any ideas or hints how to clear the date prompt using the prompt control?
------------------------------
Gerhard Lang
------------------------------
#CognosAnalyticswithWatson