Feb 25, 2009 #1 dkillilea MIS Joined Dec 7, 2004 Messages 41 Location US Anyone know if it's possible to to an advanced filter on a dimension according to the 2nd or 3rd digit of the label? For example, on the following label (601NNZ) I want to filter out anything with the 3rd from left digit containing a 1 Any suggestions?
Anyone know if it's possible to to an advanced filter on a dimension according to the 2nd or 3rd digit of the label? For example, on the following label (601NNZ) I want to filter out anything with the 3rd from left digit containing a 1 Any suggestions?
Feb 25, 2009 #2 MDXer Technical User Joined Oct 19, 2002 Messages 1,982 Location US you can use the vba MID function this would be invoked as VBA!Mid() obviously you have to pass the parameters in the the mid function. Your other option is to write a custom Assembly that you would call. Upvote 0 Downvote
you can use the vba MID function this would be invoked as VBA!Mid() obviously you have to pass the parameters in the the mid function. Your other option is to write a custom Assembly that you would call.