Here is an example of an ode problem very easy with two solutions:
sol = NDSolve[{x'
Plot[X[x[X[x
as expected.
If I try to solve the same problem with NDSolveValue
X = NDSolveValue[{x'
Mathematica only evaluates a solution !!!
I wonder …, any idea what might be the reason? Thank you