Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In some case I am using Valuelist and for some Inline view.. Which among the two could be reason for the low performnce ?Please Help thnks in advance
Inline tables only affect the load script whereas ValueList() is a front-end function. Therefore you would usually expect inline tables to perform better. However, there could be other problems in your data model and/or expressions causing your performance issues.
Hoep this helps,
Jason
Inline tables only affect the load script whereas ValueList() is a front-end function. Therefore you would usually expect inline tables to perform better. However, there could be other problems in your data model and/or expressions causing your performance issues.
Hoep this helps,
Jason
Thanks a lot Jason!! Also may be use of multiple IF is causing a problem I guess... Is there any alternative for that too...Please suggest...
Lots of options depending what you are trying to do. Set Analysis is often a better alternative to nested IF statements.