Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Star Function in Qlikview

Hi All,

Could you please explain Star in Qlikview with Suitable examples.

Thanks

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

5 Replies
Not applicable
Author

* means all

rajeshvaswani77
Specialist III
Specialist III

Hi Saravanan,

Please check this link.

http://www.learnallbi.com/dimension-and-fact/

thanks,

Rajesh Vaswani

amit_saini
Master III
Master III

Hi,

Follow this:

Re: Re: Star is *

Thanks,

AS

sushil353
Master II
Master II

it is wild card for all..

using star statement you can define a special character as wild card.

like Star is % ;

then % will be your wild card..

HTH

Sushil

anbu1984
Master III
Master III

* matches zero or more characters

In this example we are loading field Txt where Txt starts with I.

Load * Where Txt Like 'I*';

Load * Inline [

Txt

India

Interest

Apple

I-way

Internet

I

];