Simhub: Frage bei Formel
Moin,
ich habe eine Formel die wie folgt lautet:
Nun möchte ich bei der auch 'Warmup', 'Open Qualify' (wenn das so heißt) etc. hinzufügen in diese eine Formel. Wie geht das? Bin da leider absoluter Laie. Ist vermutlich super easy aber bevor ich rumteste frage ich lieber die Profis. 😄
Danke vorab!
Solution:Jump to solution
ChatGPT sagt sowas
if(([SessionTypeName] = 'Practice' || [SessionTypeName] = 'Open Qualy'), true, false)...
5 Replies
conscious-sapphire•13mo ago
Welche Programmiersprache ist das?
Solution
conscious-sapphire•13mo ago
ChatGPT sagt sowas
if(([SessionTypeName] = 'Practice' || [SessionTypeName] = 'Open Qualy'), true, false)
evident-indigo•13mo ago
Ncalc, wird bei simhub genutzt. Kann sein dass es die sogar nur in simhub gibt
Teste ich mal, danke!
conscious-sapphire•13mo ago
ncalc
ich würde JS nutzen in Simhub:
if (){
return x
}
else if (){
return y
}
else return z
$prop('SessionTypeName') ist die Variable für JS in Simhub