cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to select the records which contain a '*' mark in webi report

former_member217667
Participant
0 Kudos

Is it possible to select the records which contain a '*' mark in webi report?

Datatype is text.

Eg : I need to distinguish the records like '*Bikash' or 'B*ikash' or 'BIKASH*' or *BiKash* or **BIkasH**"

Thanks

Bikash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes.

Create a variable, StarFind as:

=If(Pos([Name];"*")>=1;"Y";"N")

Then filter StarFind and keep the Ys

Answers (2)

Answers (2)

former_member217667
Participant
0 Kudos

Thank u So much for the reply. Now it worked.

Former Member
0 Kudos

Yes You can...

This can be done using "Matches Pattern" Function.PFB the screen shot for the same