Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am looking to rename the Sess_name value to S_Pa001 if Wf_name is Wf_Pa001 and S_Sw002 if Wf_name is Wf_Sw002 in the data loading script. WIll it be possible to do it? Thanks.
Table A
Wf_name | Sess_name |
Wf_Pa001 | S_FHG_1 |
Wf_Sw002 | S_GHI_1 |
Wf_Pa002 | S_HJIL_1 |
Wf_PA003 | S_UJIO_1 |
Table B (Output Table)
Wf_name | Sess_name |
Wf_Pa001 | S_Pa001 |
Wf_Sw002 | S_Sw002 |
Wf_Pa002 | S_HJIL_1 |
Wf_PA003 | S_UJIO_1 |
Hello @xyz123451
You can achieve that in multiple ways:
I recomend thye 3rd one, as it is much easier to add new names you want to change in the future.
Attached is the QVF with the 3 options
Hope its helpful
Best regards
Hello! Will it be possible to paste it in the reply directly? I am currently on mobile now and won’t have access to Qliksense these few days. Thank you!
Hello @xyz123451
Here you go: