Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm doing a board and I have some null values that I need to fill with the value of another register,
is it possible or I have to modify my dataset?
Regards
Hi,
it depends on what you will achieve.
Please provide a short example.
Rainer
I think you have to develop a new data set.
Any way you can give some names to your null or missing values in properties > presentation
Here is the example selecting a timestamp:
Sell ID TIMESTAMP
10 11/01/2011
11 11/01/2011
12 11/01/2011
13 -
I need to set the timestamp of sell ID 13 as the selected timestamp
I don't know if it's possible...