I want to make if formula..
if 値変更入力欄 have values(not blank), show 値変更入力欄's value else(値変更入力欄 doesn't have value) show 前回値's value how can i make this formula?
please help me...T-T
Hi @Baek
it seems like the first line item in your IF formula (値変更入力欄) is formatted as "number", therefore the logical test to check if is not blank should be " <> 0" instead. the "Is not blank" logical check you are trying to run against it only works with "text" and "list" formatted line items.
so, in short, you can either:
1. change the formula to: IF 値変更入力欄 <> 0 then 値変更入力欄 else 前回値
2. Leave the formula as is: IF isnotblank(値変更入力欄) then 値変更入力欄 else 前回値 but for this formula to work you must change the format of the line item 値変更入力欄 to Text or List. Also, please note that your syntax for the "is not blank" check is not correct.
I hope it helps, I do not know Japanese nor kanjis
Cheers
Alex
Hi, Alex
Thank you for your teaching!
it's very helpful to me ^-^b
have a nice day
regards
Hello Community members, Requirement Details: I have 5 levels of composite hierarchy list (A1, A2, A3, A4, A5). I have published a module in UX, Now the requirement is If user select a list member from A4 level in the context selector or Custom Filter I have to display all the list members under that A4 level. How can I…
is there a way to import data with months in columns (usual excel table view)? I have to transform the data so there are rows to cover each period in the upload data form, but I am wondering if there is a better way to just import the data as is with the months in the columns. please let me know what you think. thank you,
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…