Hi, I have a virtual column that references a slice of a table. The virtual column (virtualCol) contains a every column from the slice to include col1,col2, col3 and colN.
I am trying to create an expression that counts all the time colN contains the value “true” (for each unique ID on [_ThisRow]).
Thanks for the correction. Apologies for the mistake. I thought it was for asking questions related to tips and tricks (don’t know why I translated it that way).
Thanks for the approach. But I am still not clear. “[_relatedSliceRows][expectedColumnName]”. What is “[expectedColumnName]”? And shouldn’t the TRUE be in quotes as “TRUE”?
No quotes for TRUE! Otherwise it will be treated as a text and not the actual True/False boolean
No worry, it’s a common mistake. I have asked to the moderation team to report an improvement to the dev team, but it got lost on the way.
@lizlynch , as this happen quite often, is it possible to push a message on the “new discussion form”, saying that the Tips & Tricks for is only for sharing tips and not asking for help? Thanks for considering!
Thanks so much. It still doesn’t achieve the desire result. This is the formula I am trying to work with.
I have a bunch of logging status that show up in a virtual column. This login statuses are displayed on a view. I want a situation that if one of the login status has “login failed”, the column will display “login failed”.
This is the expression I put together. But it fails to identify any instance where login has failed EVEN when all login failed.
Thank folks. On a lighter note, this is testament to how difficult it would be for AI to replace human engineers. Spent days tweaking prompt and the AI platforms used couldn’t resolve.