‎2007 Sep 04 11:55 AM
How many WHEN are possible in one CASE from performance point of view?
‎2007 Sep 04 2:16 PM
There is of course a limit !! Nothing in the world is without limit !!
However, you should not run into that limit, so even hundrets of cases should work.
‎2007 Sep 04 11:57 AM
HI,
NO limit.. you can use any number.
regards,
nazeer
‎2007 Sep 04 11:59 AM
Hi,
You can use as many as WHEN in a single CASE Statment
regards
Sudheer
‎2007 Sep 04 12:08 PM
Thanks for quick response; Eventhough I havenot face any problem for this, I just want to know the limitation. Still, I am not satisfied about the answer - NO LIMIT. As I think, there should be some limit.
‎2007 Sep 04 12:15 PM
Hi,
There is no limit beacuse at once only ONE WHEN will be executed assuming that all your WHEN's are distinct. So you can have as many WHEN's as you want.
Regards,
Sesh
‎2007 Sep 04 2:16 PM
There is of course a limit !! Nothing in the world is without limit !!
However, you should not run into that limit, so even hundrets of cases should work.
‎2007 Sep 04 2:45 PM
Hi
to avoid the nested loop case and endcase is there
so there is no limit to whens
you can any number of when
when ever the that values comes then directly control goes to that place so no need to think about performance in this case
reward if usefull
‎2007 Sep 05 7:36 AM
Hi Friendz,
Thanks for responding my question. I got the answer and so I am closing this.
‎2007 Sep 05 11:16 AM
‎2013 Jun 07 1:22 PM
‎2013 Jun 13 10:14 AM
The limit is the main memory when editing the report.
‎2013 Jun 13 12:23 PM
‎2013 Jun 14 2:27 PM