How can we show output as given below in appian using expression rule?
output:
1
22
333
4444
55555
Discussion posts and replies are publicly visible
How to do for Star/Hill program
*
* * *
* * * * *
logic input will be (Rows * 2 -1)
for eg 1st Row... 1*2-1=1 star
2nd Row 2*2-1=3 stars
3rd Row 3*2-1=5 stars
please suggest the logic
Why would you want to do that in Appian?
Hi Harshit,
Thanks for your response, just to know to get better clarity in functions, if you know logic please let me know
Thanks & Regards
Dinesh
how to sort alphabets in appian ?
devendrad4614 said:how to sort alphabets in appian ?
What exactly are you asking for?
Suppose we have array of of strings from A-Z which is randomly arranged so , how we can sort all the alphabet in ascending order?
Put your individual strings into a list on maps using foreach, then use the todatasubset() function to sort by that field.
Thankyou Stefan Helzle