Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

why the table name is durationMap12 ?

Hi All


I have a QVW doc which is working fine,


I like to know why the table name is  durationMap12 ?


Can some one share with me.

:




Paul

1 Solution

Accepted Solutions
prma7799
Master III
Master III

Go to Duration tab and change your table name..

// Change name here..

LOAD *,

if(L_issue = '00/00/0000' AND L_move <> '00/00/0000', 'New Product'

,if(S1 > '0' AND S2 > '0' and S3 > '0', 'Fast Moving'

,if(L_issue = '00/00/0000' AND L_move = '00/00/0000', 'Not Order Yet'

,applyMap('durationMap', [No of Months_], '>72 Mth')

))) as Duration1

;

View solution in original post

11 Replies
paulyeo11
Master
Master
Author

my QVW

PrashantSangle

I am not getting your question.

What are you expecting over there?

You are getting table name as durationMap12 because you name it.


Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
paulyeo11
Master
Master
Author

Hi Prashant

PM info me unable to open the QVW file i attach,

Can you let me know are you able to open it ?

Paul Yeo

PrashantSangle

yes.

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
paulyeo11
Master
Master
Author

Hi PM

my QVW file

Pls let me know are you able to open my file ?

Paul

prma7799
Master III
Master III

Hi Paul,

I am not able to open you file.

Thanks

paulyeo11
Master
Master
Author

Hi Prashant

Do you mean you can open my QVW file which i first send ?

Paul Yeo

prma7799
Master III
Master III

Go to Duration tab and change your table name..

// Change name here..

LOAD *,

if(L_issue = '00/00/0000' AND L_move <> '00/00/0000', 'New Product'

,if(S1 > '0' AND S2 > '0' and S3 > '0', 'Fast Moving'

,if(L_issue = '00/00/0000' AND L_move = '00/00/0000', 'Not Order Yet'

,applyMap('durationMap', [No of Months_], '>72 Mth')

))) as Duration1

;

paulyeo11
Master
Master
Author

Hi P M

I don't understand what you mean ?

Paul