SOLVED
Truncated
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
BautistaC888
8 - Asteroid
‎02-04-2021
04:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I used this multi-row formula:
But didn't fill all the rows:
And this message appear:
I will appreciate your help.
Solved! Go to Solution.
Labels:
- Labels:
- Error Message
4 REPLIES 4
16 - Nebula
‎02-04-2021
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Your string size is too small. Change to VString and make it larger.
21 - Polaris
‎02-04-2021
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎02-04-2021
04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you.
I'm trying to use a multi-row formula to replicate a value in empty rows.
But this happens:
I need to know the mistake on the expression. Thank you.
16 - Nebula
‎02-04-2021
05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @BautistaC888 ,
I think I see the error. based on what I think you want to achieve the formula should look like this:
IF !IsEmpty([Minimo de DF]) THEN [Minimo de DF] ELSE [Row-1:Tipo de DF] ENDIF
This will fill up your column "Tipo de DF" with the data coming from "Minimo de DF" but if the column "Minimo de DF" is empty will take the last valid "Tipo de DF"
Regards
