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

uploading different type of data in one column

Hi All,
We have a situation wherein we have multiple details of a cost center performance.  The values for performance measures are different for each measure.  For example it has date, percentages, number etc.
Performance measure               Actual       Budget
1. Revenue                                  20K          22K
2. Customer Satisfaction               80%         95%
3. Start date                                01-Apr-11   01-Apr-11
and so on.  In my upload script I have tried to put this code
if(istext(Actual),text(Actual),if(left(text(Actual),3)='*/',date(Actual),Actual)) as Actual,
if(istext(Budget),text(Budget),if(left(text(Budget),3)='*/',date(Budget),Budget)) as Budget
when I am pulling the data in qlikview and putting it in a straight table chart, customer satisfaction is appearing as .80 and not as 80%.  Am I missing any trick here.  Can anyone pls suggest.
Regards,
Raghav
13 Replies
raghavsurya
Partner - Specialist
Partner - Specialist
Author

Hi,  I am uploading a sample excel file for your reference..... regards

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   I tried something please have a look at it.

   Let me know if you require any changes.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
raghavsurya
Partner - Specialist
Partner - Specialist
Author

Thanks Kaushik.... this was really helpful.  Will try to build upon this logic.....  Regards,

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    My pleasure Raghav. Let me know if it works successfully in your scenario.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!