Search found 2 matches

by boulogne75
01 Aug 2014, 19:20
Forum: Help and Support
Topic: Binding excception when imdbid doesn't exist
Replies: 2
Views: 1774

Re: Binding excception when imdbid doesn't exist

Works great.
I saw through the forum {allOf{x}{y}}, etc... but completely missed that one.
Thanks for the pointer.
by boulogne75
31 Jul 2014, 20:29
Forum: Help and Support
Topic: Binding excception when imdbid doesn't exist
Replies: 2
Views: 1774

Binding excception when imdbid doesn't exist

Hi, First of all, congrats for this great piece of software. I want to use something like this in a more complex expression to rename movies: {imdbid ? imdbid : y} What I finally want to achieve is: if (imdbdid exists) {imdbid} else {y} or better if (imdbdid exists) {imdbid} else if (y exists) {y ...