Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikapple
Creator
Creator

Field value change

Hi all,

I have a requirement , Can anyone please help  Thanks

3 Replies
Anil_Babu_Samineni

Please have a look here Months full names to short Names | Qlik Community‌ from Anand response

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
lironbaram
Partner - Master III
Partner - Master III

hi

change this

part of the script

load ID,

        if(Status='Transferred','Opened',Status)  as Status

from qvd1.qvd(qvd);

balabhaskarqlik