Hi,
Wanted to know if there is any equivalent for where conditions in board.
Example let say i want to update a field in a conventional query (simplified for understanding)
update table1 set field1value = table2.field1value
where table1.feldname1 = table2.fieldname1
in board i cannot do a select on each cell of a cube and set the target cube to a value. it would be a lengthy code.
Basically i need to save data in a cube based on an existing source cube and an entity. for all the members in the entity , if it is found in the source cube, then save the value of that source cube for that particular member in the target cube. The procedure will be called when the screen loads (open trigger)
Any idea abt that
Thanks