Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I have a qvd where I want to split the values of one column, the find below the format of the table.
Table:
id,name,price
1, Jon, 200
2, Atilla,400
3, Mario,600
4,Ronaldo,800
5,Pele,1200
6, Ronaldinho,1800
I want to create a table which needs to look like this:
Table:
id,name,price
1, Jon, 200
2, Atilla,400
3, Mario,600
4,Ronaldo,800
5,Pele,600
5,Pele,600
6, Ronaldinho,800
6, Ronaldinho,800
Is this possible in qlikview ?
Thanks in advance Const!
Hi , thanks for the reply back. Is only applicable only for the values which are 1600 and 1800. Basically I need to split the values on half.
@PrashantSangle wrote:
on what basis you are dividing value also is it applicable for all rows or for specific row?
Hi , thanks for the reply back. Is only applicable only for the values which are 1600 and 1800. Basically I need to split the values on half.