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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
vinod2086
Creator II
Creator II

Need help ...

Hi Friends,

i have a requirement i have loaded Service_id id step_name status, and i have created 3 custom columns based on step_name , each step_name having different CLOSE_DATETIME, user asking all values should be in single column like step_name complete and STATUS should be closed.

for more information please open QV file.

and am expecting o/p like this

 

SERVICE_IDIDSTEP_NAMECLOSE_DATETIMESTATUSApproved DateDiapatch DateGenerated Date
09330354101540COMPLETEClosed09-12-2013 17:00:2817-12-2013 18:55:5109-12-2013 14:08:19

pls help me is it possible in Qlikview ?

Thanks in Advance.

1 Solution

Accepted Solutions
vinod2086
Creator II
Creator II
Author

i used =Aggr(Concat(DISTINCT([Diapatch Date]),;),ID)

after click on check box supress when value is null then u will reah expected output

View solution in original post

8 Replies
jyothish8807
Master II
Master II

Hi Vinod,

Is this what you want?

Regards

KC

Best Regards,
KC
sujeetsingh
Master III
Master III

Seems you need to come in more words.

avinashelite

hi vinod,

Please find the attachment for the solution , I have use generic load for the conversion of the column.

vinod2086
Creator II
Creator II
Author

Hi Avinash ,

Thanks for yr reply

but i have created 3 extra dimessions based on step name

my requirment is STATUS closed column only values should be display all generate dispath and approve date

like this

      

SERVICE_IDIDSTEP_NAMECLOSE_DATETIMESTATUSApproved DateDiapatch DateGenerated Date
09330354101540COMPLETE Closed09-12-2013 17:00:2817-12-2013 18:55:5109-12-2013 14:08:19
vinod2086
Creator II
Creator II
Author

Hi jyothish i have already created extra columns need all values in single column

vinod2086
Creator II
Creator II
Author

for reference pls find the attached xl file i have mentioned expected output.

jyothish8807
Master II
Master II

Hi Vinod,

I have used if condition at dimension level. Is it what you require?

It will ignore all the entries where Service ID is empty and put all entries in single row.

Its the previous attachment only.

Regards

KC

Best Regards,
KC
vinod2086
Creator II
Creator II
Author

i used =Aggr(Concat(DISTINCT([Diapatch Date]),;),ID)

after click on check box supress when value is null then u will reah expected output