-
Recently active
here am selecting different rows but it is displaying latest selection data for all selected rows,
Hi I Have a requirement as to show the array of images in row with enable of scrolling. How can i provide scrolling for this case?
anyone can you please help me for this qustions?
How can we compare now() with the date for example dueDate if its ON TRACK or OVERDUE?
Hi there, Is there a way in Appian of searching all the application objects for the objects which contain certain function or string? just like search/find function of those code editor. it will return the files/or even the location in the file. Best regards, Lin
i have a requirement to generate the PDF through XSL-FO In table i have a text like 2000 characters in table cell without spaces i need to wrap that text XSL Code: PDF:
Hi Everyone, I am trying to execute this Stored Procedure in Appian Maria DB and unable to check how to declare variable in Maria DB. Please let me know if any thoughts, BEGIN DECLARE COUNT1 VARCHAR(1) DEFAULT 'S'; DECLARE CUR2 ROW TYPE OF SDP_TEST; DECLARE cur1 CURSOR FOR SELECT * FROM SDP_TEST; OPEN cur1; LOOP FETCH cur1 INTO CUR2; IF CUR2.id = 6 then UPDATE SDP_TEST SET id=8,name='Peter',address ='USA',job='Analyst'; SET COUNT1 ='Y'; END IF; &nbs
Hi, We are looking for a way to split a large document into small documents of size we want. Is there a way we can achieve this in Appian, please share if any Thank You
for certification exam, does it have exam fee? what and all we need to prepare for exam. because we will be working on some concepts some concepts, we have not touched while working
Hi Guys. Im trying to make a function where the string contains half-width and full-width spaces, the first and last spaces will be removed. When i used the trim() function in appian it only trim(beginning and trail) half width spaces but if the spaces are full width it will not trim. so i tried to trim and use the substitute function like this: trim(substitute(ri!value," "," " )). It does trim the value perfectly, but it will also substitute the spaces in between the value where it shouldnt be. Example process: "<full-wdith spaces>he<full-wdith spaces>ll<full-wdith spaces>" after executing the process: trim(substitute(ri!value," "," " )) result: "he<half wdith space>ll" expected output should be : "he<full-wdith spaces>ll" Do you have any other idea to perform the desired process? Thank You guys [emoticon:2e0881b394ea47039c4b7e5eed46a79e]
Hello All, I need to open an Interface after submit information on a Interface. Can someone help me to achieve this? I have a process model that has a interface as a "StartForm" when the user click on submit, we have some logic to write into DB and other stuff, at the end we need to display to the user an interface with the information successfully added (kind of summary of the process), I tried to use a subprocess with the interface as "StartForm", but this is not displaying anything. What configuration I'm missing? Also tried chaining the nodes but doesn't work. NOTE: I DON'T NEED TO CREATE A TASK FOR THIS PURPOSE, THAT'S THE REASON WHY I"M NOT USING THE "USER TASK".
Hi, I have a process model like below I have the data in each of the variable like below. Name Type Multiple Value -------------------- ---------- ---------- ------------ listOfSubmitters Text Yes [addedby:AA1234]; [addedby:AA1235]; [addedby:AA1236] I need the value of each "addedby". When I am trying to make a loop and get each addedby like below. I am NOT getting required output. a!localVariables(local!lst: a!forEach(pv!listOfSubmitters,property(fv!item, "addedby", null)),local!lst[pv!totalCountOfSubmitters]) Please advise if I have to declare the process variable with any other type instead of "Text". Or, let me know if anything wrong in a
We have a strict 30 minute session timeout policy, and want to show a countdown on our interfaces (dashboards and forms) warning users how much time they have left. While we can have a 30 minute timeout from load, this isn't accurate because they may keep the session active by navigating or interacting with SAIL components. Is there a way (out-of-the-box, plugin, or API) to show the user how much time they actually have left in their active session / how long since they have been active? Thanks!
While using a!recordActionItem() to open a pop-up, there is no close option which is by default by Appian to close the dialog box? What can be the solution?
I have two interfaces and want to switch between them but my process variable doesn't interact. when I click the "Edit Mode" button in the interface, the process variable doesn't change and the process stays in view mode.
Zuuup, people ? So, I've created a releated action and added it to a interface. All following the usual, nothing exceptional. However (of course, otherwise this post wouldn't be necessary), the follwing message poped up when I tryied to click on it. I reviewed security settings for this action and releated items to it. All looks ok. Any suggestions ?
Hi everyone, For audit purposes in a ticket management process, I need to track create/update/delete actions on a Ticket (record type) each time it has been opened the relative interface and track timing (basically: startEvent, endEvent). I already track the interface initial loaded date/time in a local variable using now(), but how to pass it to a rule input (and therefore use it in the create/update process)? I think I have to use a!save in the primary button, but I am missing low-code details. Do you have any suggestion?Thank you so much,
Hi All, We have recently done an app for browser and the same has to work from the mobile. However when we are trying to click on the Next button on the Mobile App. we are getting an Error. screenshot is attached. Please help.
Hello, I'm looking for an text field (user input) which will auto suggest values (based on a database field). Afaik, that is something dropdown fields and with some more logical a customer picker can provide except they wont allow for new values to be entered. What would be a good way (if any) to achieve this?
How can I add a row that calculates all the rows above: id number 1 20 2 30 sum 50 something like this. tnx
is it possible to change the cell background color when the value of the cell is null?
Hello all! I am creating a portal for Appian Europe Live Build Challenge 2022. In this task among others I am showing on my interface a read-only grid with scheduled World Cup matches. Since I need to use Appian Portal, I cannot use record type and my data source for the read-only grid component is a (local) variable that contains list of Dictionary data I got from previously created API and Integration. The question is: How to create user filters that allow to dynamically filter rows in a read-only grid component? In my case, a user would enter my Portal website and filter matches by coutry or group. Thanks in advance! Marcin
Hello Everyone, Can anyone help me in the below scenario. Scenario: Using multiple dropdown selection field End-User should search and select the no of items from the dropdown field. Details for this scenario:Table = Courses (Record Type)In the multiple dropdown field i want to fetch all the existing course names from the courses record type for selection.
Hi Folks, So the scenario is to that we have a case dashboard where we are showing case count over time. In that screen ,the use case is if we have a date range, from -to date and if we click on filter it should show us the graph along with the cases count between selected date range. How can we make a graph for this , including the X AXIS data points? Like how do we make range displayed as batch for each filter, data wise we are good as we can have data for specific time range,but how to display in graph.
i have an requirement of optimising below grid column , in the value of grid Column i am fetching the required value from query rule.But i have to declare query rule in local variable first and then i have to use how shud i fetch the relevant value after using in local variable . a!gridColumn( label: "Data Type", value: index( rule!WFM_qeGetLookupRefDataByInput( isActive: true(), lookupRefId: fv!row['recordType!FWM_record.id] ), "label", {} ) )
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.