Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So I'm looking at an example expression:
'
''<b>State </b> : '' &State& '' <br> '' &
''<b>Sales</b> = '' & num(Sum(sales))
'
My question is what the &'s around "&State&" do. And what the & in "& num(Sum(sales))" does. Why isn't "& num(Sum(sales))"
this--> "& num(Sum(sales))&"
Thanks!
you can get help on HTML Basic for syntax
Vikas