Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have list box data like
Product
A,B,C,D
But i need result like
Product
A
B
C
D
is it possible .
Regards,
Mahesh
HI,
Try below script.
Load SubField(Product,',') as Product inline [
Product
"A,B,C,D"
];
Use the SubField function in script.
Regards,
Kaushik Solanki
HI,
Try below script.
Load SubField(Product,',') as Product inline [
Product
"A,B,C,D"
];
Use the SubField function in script.
Regards,
Kaushik Solanki
Hi Bro,
Superb, its working
Regards,
Mahesh