Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am getting error "Error in set modifier ad hoc element list" while using the below expression
num(count({1<Last7DaysFlag={'1'},UserType = {$(vL.UserType)},Session_Start_Count={">0"}>}DISTINCT Authenticated_User),'#,##0')
I cant share the screen shot.
the error I am getting is the in the expression where vL.UserType getting a value without quotes(' ') after each reload so we are getting error because of that.
we should get $(vL.UserType) = 'Business User' but we are getting $(vL.UserType) = Business User after reloading the script
Why not remove the single quote in variable $(vL.UserType) With replace() or keepchar()?
not working