Cell value

Hai guys,
I have column like 4525
6589
542148
5256
525256
if a string contains 4 digits i should enter 0 infront of string if the string is greater then 4 digits enter the string directly. what is the if condition for it.

Hey Arjun-Reddy.

You can use the expression ‘row.item(0).ToString.Length = 4’, where 0 is the index of your column. I’ve created the xaml for you, see attached :slight_smile:

Kind regards, Anders

Main.xaml (6.5 KB)

3 Likes

image


Mukesh

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.