MID([Order_ID], FIND([Order_ID], "_P") + 1, 2)
FIND("_P") locates _P
+1 shifts right to "P"
MID(..., 2) grabs two characters from "P" onwards
More stable and safe.
LEFT(SPLIT([Order_ID], "_P", 2), 2): eg: Split the Id using '_P' it forms two part C_123 and _PZ_2. from this take the 2nd part and use LEFT function and get first 2 word.
This section is not available anymore. Please use the main Exam Page.TDA-C01 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ShazzyHawk
6 days, 19 hours agojanasuresh
2 months, 3 weeks ago2e025af
3 months, 1 week agoLakshmi2023
3 months, 2 weeks ago