I want to fix the length by appending zeroes :- Consider below example where i am having 3 Prod ID :- 1234 1234567 123
Below is the result i am expecting:- 0000001234 0001234567 0000000123 Generally we call this left/right padding or leading zeroes.
Hey @JAbhi , You can simply do this by applying one Right function in the other line Item as:
Right("00000000"&Text(Line Item),10) I hope this helps.
@JAbhi
The correct answer is @Prajjwal Jar answer, as there is no need for a long IF THEN ELSE statement.
Hi @JAbhi , Hope this helps!
Thanks @Prajjwal88 & @rob_marshall, this worked.
It was quite simple, i should i have explored it on my own, but i was searching for some particular keywords :)
I have 2 lists used in modelling, In Input module I'm using subset of territories from Country List and subset of Regions from Flat list. But in Output module,Its reversed, I'm using subset of regions from Country list and subset of territories from flat list.How to derive the numbers from input to output module. I do have…
This shows all comments across all data to all users with access to the UX page. This is not appropriate for any UX which might contain security access sensitive data. Comments on grids and cards ARE security dependent. That works fine. But anyone with access to the page can open this Summary Panel and see ALL comments…
If anyone is aware of idea exchange ideas that are currently being evaluated by the product team, if you don't mind linking them here, would love to give them an upvote. Thanks!