COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Sundaramoorthy on 27 Jan 2016 09:47:24 PM

Title: Need to disable finish button
Post by: Sundaramoorthy on 27 Jan 2016 09:47:24 PM
I am having a requirement like where different subset of data got summarized in one column(fetching directly from DB) which are getting used in check box value prompt. When two alternate subset of data got selected in the check box value prompt,then need to display alert message for that wrong selection & disable finish prompt button..i have been trying to achieve this by using javascript..but not able to achieve this.Could you please show some light on this..
Title: Re: Need to disable finish button
Post by: BigChris on 29 Jan 2016 03:33:53 AM
No idea how to disable the Finish button, but as an alternative could you conditionally render a message to say that the selection is invalid?
Title: Re: Need to disable finish button
Post by: Sundaramoorthy on 29 Jan 2016 06:52:50 AM
Thanks you..Will work out on that alternate approach..