Hello All,
I have looked around the discussion boards for an answer with no luck. I have a formula as follows:
Hello All,
I have looked around the discussion boards for an answer with no luck. I have a formula as follows:
Best answer by Sho
Hi @dcalderon.
The REPT function seems to allow only integers.
Adding INT or ROUND functions eliminates the error.
REPT("|",INT({Line Count}))
REPT("|",ROUND({Line Count},0))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.