Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi- I am wondering if it is possible to set the FONT of a specific field within the load script?
For example...
dCustomer (table):
LOAD
Customer Name
Phone Number
Address
....
Is there a way to make the "Customer Name" field load with a pre-defined FONT (different from the rest of the fields)?
Nope, but you can 'construct' one: Pick(Ceil(6*Rand()),'a','b','c','d','e','f'). You could also try one of the hashXXX functions or perhaps field scramling.
No, that's not possible. Nor can you set a font for a single specific field in a pivot chart, straight chart or table box.
Thanks for the help. Is there a function similar to the *rand() function that can be used for text fields?
Nope, but you can 'construct' one: Pick(Ceil(6*Rand()),'a','b','c','d','e','f'). You could also try one of the hashXXX functions or perhaps field scramling.
I was able to solve this problem using the hash128 funciton. Thanks!