Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display dynamic straight table ?

Hi,

I create straight table in qlikview . I want to display my straight table  dynamically according to my selections. like this

If I select march then display my straight table Jan feb mar.like below.

Listbox
Jan
Feb
Mar
apr
may
jun

Straight table.

CountryJanFebmar
India120001500020000
Uk150002000025000
Aus200002500030000

If I select  Feb then display Like this :it show only jan and feb .

countryJanFeb
India1200015000
Uk1500020000
aus2000025000

I wrote condition like this =WildMatch(Concat(month,'/'),'Jan') but It does not work. pls tell me out how display straight table like above

                                                              Thankyou,

Regards

madhu

23 Replies
MarcoWedel

Hi,

now you are loading the Months twice.

One time as text and another time as dual values.

Try with

LOAD Year,

     Month(Date#(month,'MMM')) as Month

FROM [C:\Users ...

hope this helps

regards

Marco

Not applicable
Author

Thank you Marco wedel for your support Marco wedel .Thanks a lot.

Not applicable
Author

Hello Marco wedel. pls can you send your script information plss .I tried my level best It is not work to me.

                  pls send script inforamation.

                                                                            Thank you,

Regards

madhu

Not applicable
Author

hello marco wedel

Step 1: when I select jan it dispaly jan as it is I  select feb It dispaly feb But when i select jan feb I  did not work to me .

100.PNG

Step 2:I select feb  it display feb.

200.PNG

step 3: I select Jan and feb I display Like below.but I want to display data according to my selections pls help me.

300.PNG

400.PNG

                                           Thankyou,

Regards

madhu