Hi All,
I need to create a variable
Dim_Acct.Account NOT LIKE ‘3%’
Need help as to how I create this in Webi.
GNK_BO (BOB member since 2007-07-17)
Hi All,
I need to create a variable
Dim_Acct.Account NOT LIKE ‘3%’
Need help as to how I create this in Webi.
GNK_BO (BOB member since 2007-07-17)
Look at the Match() function to use wildcards in variables (or formulas) in a report.
Dave Rathbun (BOB member since 2002-06-06)
Hi Dave,
Thanks for your reply.
Yes I found that and created the variable what I wanted Dim_Acct.Account NOT LIKE ‘3%’
Not(Match([Account];"3*"))
Thanks again.
GNK_BO (BOB member since 2007-07-17)