Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You want this?
Script used
Table:
LOAD [ITEM NUMBER],
MODULE,
[USED ONLY IN GREY SPECS?],
[SPECIFICATION NUMBER]
FROM
[..\..\..\Downloads\MODULE.xls]
(biff, embedded labels, table is Sheet1$);
FinalTable:
LOAD *,
If([ITEM NUMBER] = Previous([ITEM NUMBER]), RangeSum(Peek('SNo'), 1), 1) as SNo
Resident Table
Order By [ITEM NUMBER];
DROP Table Table;
Pivot table
Dimensions
ITEM NUMBER
SNo
Expression
MODULE
Hi sunny,
I want bellow two rows (ITEM NUMBER AND 1). No need third row(2).
Thanks
Sekhar.
So may be just this
Hi Sunny.
It's working belloe both Expresstions but showing Null values.
1)Expresstions: =Only({<SNo = {1}>} MODULE)
2)Expresstions: =MaxString(MODULE)
Thanks
Sekhar.
They are working but showing Null? What does that mean?