
Creator
2016-08-24
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pick with match vs Nested if
Hello all,
Nested if and pick with match both are used to achieve the same functionality, can any one explain performance wise which one is preferable.
Storing pick and match function expression into variable and using that variable in multiple location can it improves performance or there is no any difference in case of Pick and Match Expression.
Regards
suresh
1 Solution
Accepted Solutions


Master III
2016-08-24
10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Variable will improve performance.
Each expression makes the app 'heavier'.
With variable, you are creating a reference point.
1,400 Views
2 Replies


Master III
2016-08-24
10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Variable will improve performance.
Each expression makes the app 'heavier'.
With variable, you are creating a reference point.
1,401 Views


MVP
2016-08-25
04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look here: Pick Match vs Nested If Performance
- Marcus
1,400 Views
