Hello,
I have one case like this.
Where I will be getting the data, based on that data I need to add it.
let suppose, My Item name is : totalItem.
I'd like to do some thing like this.
if(totalItem >0){
totalItem+1
}
else {
totalItem
}
then after configuring the Item, I should see in the overview/latestdata section totalItem
please guid me how can I manpulate the data.
I could see only we can manpulate the data by multiply by some thing.
I have one case like this.
Where I will be getting the data, based on that data I need to add it.
let suppose, My Item name is : totalItem.
I'd like to do some thing like this.
if(totalItem >0){
totalItem+1
}
else {
totalItem
}
then after configuring the Item, I should see in the overview/latestdata section totalItem
please guid me how can I manpulate the data.
I could see only we can manpulate the data by multiply by some thing.
Comment