I am attempting to create a parameterize transistor base on nlp parameters and have managed to get a flow working, but I want to improve my display so that less information is presented. I have three parameters w, m, and l. I am currently using the following nlp expression to display my values on my symbol label: (([~wp1]*[~mp1])/[~lp1]) which works correctly in my flow, but I only want to display m is its value is greater than 1 and I only want to display l if it is larger than process minimum. I have read on sourcelink that there is no way to parse nlp parameters in skill, so does anyone know of a way to do conditional statements directly in nlp expressions? Thanks. Chuck