Forum Discussion

mithiladas02's avatar
mithiladas02
Helper I
4 years ago
Solved

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...