Forum Discussion
mithiladas02
4 years agoHelper I
How to get zero after concatenate Function
Hi, I am using this Test=cancatenate(format(divide([a],[b]), "#.#%" & Unichar(10)), (" (" & if [a]=0, "0")& "/" & if ([b]=0, "0",[b])& ")")) and my result comes like in this picture. My questi...
- 4 years ago
mithiladas02 Try "#.0%" ?
Greg_Deckler
4 years agoCommunity Champion
mithiladas02 Try "#.0%" ?
mithiladas02
4 years agoHelper I
Greg_Deckler thanks. Your solution works .:)